|  | MAGE
    v0.171.0
    Matthias Advanced Game Engine | 
#include <system_time.hpp>
| Public Types | |
| using | rep = U64 | 
| using | period = std::ratio< 1, 10 '000 '000 > | 
| using | duration = std::chrono::duration< rep, period > | 
| using | time_point = std::chrono::time_point< CoreClockPerCore > | 
| Static Public Member Functions | |
| static const time_point | now () noexcept | 
| Static Public Attributes | |
| static constexpr bool | is_steady = true | 
| using mage::CoreClockPerCore::duration = std::chrono::duration< rep, period > | 
| using mage::CoreClockPerCore::period = std::ratio< 1, 10'000'000 > | 
| using mage::CoreClockPerCore::rep = U64 | 
| using mage::CoreClockPerCore::time_point = std::chrono::time_point< CoreClockPerCore > | 
| 
 | staticnoexcept | 
| 
 | static |