Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::chrono::detail::duration_io_intermediate< Rep, true > Struct Template Reference

#include <duration_get.hpp>

Public Types

typedef mpl::if_c
< is_floating_point< Rep >
::value, long double, typename
mpl::if_c< is_signed< Rep >
::value, long long, unsigned
long long >::type >::type 
type
 

Member Typedef Documentation

template<class Rep >
typedef mpl::if_c<is_floating_point<Rep>::value, long double, typename mpl::if_c< is_signed<Rep>::value, long long, unsigned long long>::type>::type boost::chrono::detail::duration_io_intermediate< Rep, true >::type

The documentation for this struct was generated from the following file: