Dev Essential  1.6.3
Loading...
Searching...
No Matches
a_util::chrono Namespace Reference

Typedefs

typedef std::chrono::nanoseconds nanoseconds
 
typedef std::chrono::microseconds microseconds
 
typedef std::chrono::milliseconds milliseconds
 
typedef std::chrono::seconds seconds
 
typedef std::chrono::minutes minutes
 
typedef std::chrono::hours hours
 

Detailed Description

Serves as component for code compatibility to std::chrono.

Typedef Documentation

◆ hours

typedef std::chrono::hours a_util::chrono::hours

Compatibility to C++11 std::chrono::hours

◆ microseconds

typedef std::chrono::microseconds a_util::chrono::microseconds

Compatibility to C++11 std::chrono::microseconds

◆ milliseconds

typedef std::chrono::milliseconds a_util::chrono::milliseconds

Compatibility to C++11 std::chrono::milliseconds

◆ minutes

typedef std::chrono::minutes a_util::chrono::minutes

Compatibility to C++11 std::chrono::minutes

◆ nanoseconds

typedef std::chrono::nanoseconds a_util::chrono::nanoseconds

Compatibility to C++11 std::chrono::nanoseconds

◆ seconds

typedef std::chrono::seconds a_util::chrono::seconds

Compatibility to C++11 std::chrono::seconds