tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
namespace | etl::chrono |
Functions | |
template<typename To, typename Rep, typename Period> requires (detail::is_duration_v<To>) | |
constexpr auto | ceil (duration< Rep, Period > const &d) noexcept(is_arithmetic_v< Rep > and is_arithmetic_v< typename To::rep >) -> To |
template<typename To, typename Clock, typename Duration> requires (detail::is_duration_v<To>) | |
constexpr auto | ceil (time_point< Clock, Duration > const &tp) -> time_point< Clock, To > |