VCCC  2024.05
VisualCamp Common C++ library
Time Utility

Detailed Description

Functions

template<typename T >
auto getCurrentTime ()
 
decltype(auto) getCurrentMilliseconds ()
 
decltype(auto) getCurrentMicroseconds ()
 
decltype(auto) getCurrentNanoseconds ()
 

Function Documentation

◆ getCurrentMicroseconds()

decltype(auto) vccc::getCurrentMicroseconds ( )
inline

◆ getCurrentMilliseconds()

decltype(auto) vccc::getCurrentMilliseconds ( )
inline

◆ getCurrentNanoseconds()

decltype(auto) vccc::getCurrentNanoseconds ( )
inline

◆ getCurrentTime()

auto vccc::getCurrentTime ( )