Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::common_type< chrono::duration< Rep1, Period1 >, chrono::duration< Rep2, Period2 > > Struct Template Reference

#include <duration.hpp>

Public Types

typedef chrono::duration
< typename common_type< Rep1,
Rep2 >::type, typename
boost::ratio_gcd< Period1,
Period2 >::type
type
 

Member Typedef Documentation

template<class Rep1 , class Period1 , class Rep2 , class Period2 >
typedef chrono::duration<typename common_type<Rep1, Rep2>::type, typename boost::ratio_gcd<Period1, Period2>::type> boost::common_type< chrono::duration< Rep1, Period1 >, chrono::duration< Rep2, Period2 > >::type

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