Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.91.0.
boost::date_time::time_resolution_traits_bi32_impl —
traits struct for time_resolution_traits implementation type
struct time_resolution_traits_bi32_impl {   // types   typedef boost::int32_t int_type;   typedef boost::int32_t impl_type;   // public static functions   int_type as_number(impl_type) ;   bool is_adapted() ; };
| Copyright © 2001-2004 CrystalClear Software, Inc |