Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::chrono::chrono_detail Namespace Reference

Classes

struct  duration_io_intermediate
 
struct  duration_io_intermediate< Rep, true >
 

Functions

template<typename intermediate_type >
enable_if< is_integral
< intermediate_type >, bool >
::type 
reduce (intermediate_type &r, unsigned long long &den, std::ios_base::iostate &err)
 
template<typename intermediate_type >
disable_if< is_integral
< intermediate_type >, bool >
::type 
reduce (intermediate_type &, unsigned long long &, std::ios_base::iostate &)
 

Function Documentation

template<typename intermediate_type >
enable_if<is_integral<intermediate_type>, bool>::type boost::chrono::chrono_detail::reduce ( intermediate_type &  r,
unsigned long long &  den,
std::ios_base::iostate &  err 
)
template<typename intermediate_type >
disable_if<is_integral<intermediate_type>, bool>::type boost::chrono::chrono_detail::reduce ( intermediate_type &  ,
unsigned long long &  ,
std::ios_base::iostate &   
)