Man Page: std::chrono::time_point
Operating Environment: debian
Section: 3
std::chrono::time_point< _Clock, _Dur >(3cxx) std::chrono::time_point< _Clock, _Dur >(3cxx)NAMEstd::chrono::time_point< _Clock, _Dur > -SYNOPSISPublic Types typedef _Clock clock typedef _Dur duration typedef duration::period period typedef duration::rep rep Public Member Functions constexpr time_point (const duration &__dur) template<typename _Dur2 > constexpr time_point (const time_point< clock, _Dur2 > &__t) time_point & operator+= (const duration &__dur) time_point & operator-= (const duration &__dur) constexpr duration time_since_epoch () const Static Public Member Functions static constexpr time_point max () static constexpr time_point min () Detailed Description template<typename _Clock, typename _Dur>struct std::chrono::time_point< _Clock, _Dur > time_point Definition at line 518 of file chrono. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Nov 27 2012 std::chrono::time_point< _Clock, _Dur >(3cxx)
| Related Man Pages |
|---|
| std::this_thread(3) - centos |
| std::chrono::duration(3) - debian |
| std::integral_constant(3) - debian |
| std::shared_future(3) - debian |
| std::chrono(3cxx) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |