Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct duration_traits_long

boost::date_time::duration_traits_long

Synopsis

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


struct duration_traits_long {
  // types
  typedef long ; 
  typedef long ;

  // public static functions
  BOOST_CXX14_CONSTEXPR int_type (impl_type);
};

Description

Struct for instantiating date_duration with NO special values functionality. Allows for transparent implementation of either date_duration<long> or date_duration<int_adapter<long> >

duration_traits_long public static functions

  1. BOOST_CXX14_CONSTEXPR int_type (impl_type i);

PrevUpHomeNext