|
fiber
|
Go to the source code of this file.
Namespaces | |
| namespace | fiber |
Enumerations | |
| enum class | fiber::RoundingMethod { fiber::Up , fiber::Down , fiber::Nearest } |
Functions | |
| template<class ToDuration, RoundingMethod rounding_type = RoundingMethod::Up, class Rep = unsigned int, fiber::CRatio Period = std::ratio<1>> | |
| constexpr ToDuration | fiber::rounding_duration_cast (const std::chrono::duration< Rep, Period > &d) |
duration cast that round to the nearest tick of the new ToDuration | |