details Namespace Reference

CPP API: mio::timing::details Namespace Reference
mio::timing::details Namespace Reference

Classes

class  Table
 Table used by TablePrinter with named rows and columns. With some extra work, this could be reused elsewhere. More...
 

Functions

decltype(auto) convert_to_ticks (DurationType duration)
 Convert a duration to integer ticks. Useful for serialization. More...
 

Function Documentation

◆ convert_to_ticks()

decltype(auto) mio::timing::details::convert_to_ticks ( DurationType  duration)
inline

Convert a duration to integer ticks. Useful for serialization.