betabugs::networking::detail::std_chrono_time_traits< Clock > Struct Template Reference
#include <std_chrono_time_traits.hpp>
Public Types | |
typedef Clock::time_point | time_type |
typedef Clock::duration | duration_type |
Detailed Description
template<typename Clock>
struct betabugs::networking::detail::std_chrono_time_traits< Clock >
Time trait class to be used with boost::asio::deadline_timer. Enabled usage of std::crono with boost::asio::deadline_timer
typedef boost::asio::basic_deadline_timer< std::system_clock, std_chrono_time_traits<std::system_clock>> my_system_clock_deadline_timer
http://stackoverflow.com/questions/16721243/boostasiodeadline-timer-with-stdchrono-time-values
The documentation for this struct was generated from the following file: