ADTF  3.18.2
workspace/conan/dev_essential/1.3.3/dw/stable/package/37682420cd166e229516a41c8d6a139a0b13e1e1/include/a_util/concurrency/chrono.h
Go to the documentation of this file.
1 
16 #ifndef A_UTIL_UTIL_CONCURRENCY_CHRONO_HEADER_INCLUDED
17 #define A_UTIL_UTIL_CONCURRENCY_CHRONO_HEADER_INCLUDED
18 
19 #include <chrono>
20 
21 namespace a_util {
22 namespace chrono {
27 using std::chrono::duration;
28 
35 
42 
49 
56 
63 
70 
77 
78 } // namespace chrono
79 } // namespace a_util
80 
81 #endif // A_UTIL_UTIL_CONCURRENCY_CHRONO_HEADER_INCLUDED
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24
DestinationTimeStamp duration_cast(const SourceTimeStamp &)
Duration cast base template to converted between different time resolution.