Honeycomb  0.1
Component-Model Framework
Public Types | List of all members
std::common_type< honey::Duration< Rep, Period >, honey::Duration< Rep2, Period2 > > Struct Template Reference

Get common duration between two durations. The period of the resulting duration is the greatest common divisor. More...

#include <Duration.h>

Public Types

typedef honey::Duration< typename common_type< Rep, Rep2 >::type, typename common_type< Period, Period2 >::typetype
 

Detailed Description

template<class Rep, class Period, class Rep2, class Period2>
struct std::common_type< honey::Duration< Rep, Period >, honey::Duration< Rep2, Period2 > >

Get common duration between two durations. The period of the resulting duration is the greatest common divisor.

Member Typedef Documentation

template<class Rep , class Period , class Rep2 , class Period2 >
typedef honey::Duration<typename common_type<Rep,Rep2>::type, typename common_type<Period,Period2>::type> std::common_type< honey::Duration< Rep, Period >, honey::Duration< Rep2, Period2 > >::type

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