Asio Extensions
Additional functionality built on top of (Boost.)Asio
File times

Classes

class  asioext::file_clock
 Special clock for filesystem time points. More...
 
struct  asioext::file_times
 Container for various times associated with a file. More...
 

Typedefs

typedef chrono::time_point< file_clockasioext::file_time_type
 Representation of a file time (e.g. mtime) More...
 

Detailed Description

Typedef Documentation

◆ file_time_type

typedef chrono::time_point<file_clock> asioext::file_time_type

Representation of a file time (e.g. mtime)