traits struct for time_resolution_traits implementation type More...
#include <time_resolution_traits.hpp>
Public Types | |
typedef boost::int32_t | int_type |
typedef boost::date_time::int_adapter < boost::int32_t > | impl_type |
Static Public Member Functions | |
static int_type | as_number (impl_type i) |
static bool | is_adapted () |
Used to determine if implemented type is int_adapter or int. More... | |
traits struct for time_resolution_traits implementation type
typedef boost::date_time::int_adapter<boost::int32_t> boost::date_time::time_resolution_traits_adapted32_impl::impl_type |
typedef boost::int32_t boost::date_time::time_resolution_traits_adapted32_impl::int_type |
|
inlinestatic |
Used to determine if implemented type is int_adapter or int.