std::chrono Namespace Reference
[Time]

ISO C++ 0x entities sub namespace for time and date. More...

Classes

Typedefs

Functions


Detailed Description

ISO C++ 0x entities sub namespace for time and date.


Typedef Documentation

typedef duration<int, ratio<3600> > std::chrono::hours

hours

Definition at line 461 of file chrono.

microseconds

Definition at line 449 of file chrono.

milliseconds

Definition at line 452 of file chrono.

typedef duration<int, ratio< 60> > std::chrono::minutes

minutes

Definition at line 458 of file chrono.

nanoseconds

Definition at line 446 of file chrono.

typedef duration<int64_t > std::chrono::seconds

seconds

Definition at line 455 of file chrono.


Function Documentation

template<typename _ToDuration , typename _Rep , typename _Period >
_ToDuration std::chrono::duration_cast ( const duration< _Rep, _Period > &  __d  )  [inline]

duration_cast

Definition at line 144 of file chrono.

Referenced by std::this_thread::sleep_for(), and time_point_cast().

template<typename _ToDuration , typename _Clock , typename _Duration >
time_point<_Clock, _ToDuration> std::chrono::time_point_cast ( const time_point< _Clock, _Duration > &  __t  )  [inline]

time_point_cast

Definition at line 522 of file chrono.

References duration_cast().


Generated on 19 Jun 2018 for libstdc++ by  doxygen 1.6.1