Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct time_resolution_traits_bi64_impl

boost::date_time::time_resolution_traits_bi64_impl — traits struct for time_resolution_traits implementation type

Synopsis

// In header: <boost/date_time/time_resolution_traits.hpp>


struct time_resolution_traits_bi64_impl {
  // types
  typedef  ; 
  typedef  ;

  // public static functions
   ();
   ();
};

Description

time_resolution_traits_bi64_impl public static functions

  1.  ( i);
  2.  ();
    Used to determine if implemented type is int_adapter or int.

PrevUpHomeNext