libcaf  0.13.2
Static Public Attributes | List of all members
caf::ratio_to_time_unit_helper< Num, Denom > Struct Template Reference

Converts the ratio Num/Denom to a time_unit if the ratio describes seconds, milliseconds, microseconds, or minutes. More...

#include <duration.hpp>

Static Public Attributes

static constexpr time_unit value = time_unit::invalid
 

Detailed Description

template<intmax_t Num, intmax_t Denom>
struct caf::ratio_to_time_unit_helper< Num, Denom >

Converts the ratio Num/Denom to a time_unit if the ratio describes seconds, milliseconds, microseconds, or minutes.

Minutes are mapped to time_unit::seconds, any unrecognized ratio to time_unit::invalid.


The documentation for this struct was generated from the following file: