Nugget
Public Types | Public Member Functions | Static Public Member Functions | List of all members
eastl::chrono::time_point< Clock, Duration > Class Template Reference

Public Types

typedef Clock clock
 
typedef Duration duration
 
typedef Duration::rep rep
 
typedef Duration::period period
 

Public Member Functions

EA_CONSTEXPR time_point (const Duration &other)
 
template<typename Duration2 >
EA_CONSTEXPR time_point (const time_point< Clock, Duration2 > &t, typename eastl::enable_if< eastl::is_convertible< Duration2, Duration >::value >::type **=0)
 
EA_CONSTEXPR Duration time_since_epoch () const
 
time_pointoperator+= (const Duration &d)
 
time_pointoperator-= (const Duration &d)
 

Static Public Member Functions

static EA_CONSTEXPR time_point min ()
 
static EA_CONSTEXPR time_point max ()
 

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