Photon microGUI widgets library 0.6.0
Loading...
Searching...
No Matches
stdex::chrono::duration< _Rep, _Period > Class Template Reference

#include <chrono.hpp>

Public Member Functions

 duration ()
 Construct a duration by default.
 
template<class _Rep2>
 duration (const _Rep2 &_r_in)
 Construct a duration object with the given duration.
 
rep count () const
 Return the value of the duration object.
 

Detailed Description

template<class _Rep, class _Period>
class stdex::chrono::duration< _Rep, _Period >

Duration template class. This class provides enough functionality to implement this_thread::sleep_for().


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