Iros
 
Loading...
Searching...
No Matches
duration.h File Reference

Go to the source code of this file.

Classes

class  di::chrono::Duration< Rep, Period >
 
class  di::Duration< Rep, Period >
 

Namespaces

namespace  di
 
namespace  di::chrono
 

Functions

template<typename Rep1, math::detail::IsRatio Period1, concepts::CommonWith< Rep1 > Rep2, math::detail::IsRatio Period2>
constexpr auto di::chrono::operator+ (Duration< Rep1, Period1 > const &a, Duration< Rep2, Period2 > const &b)
 
template<typename Rep1, math::detail::IsRatio Period1, concepts::CommonWith< Rep1 > Rep2, math::detail::IsRatio Period2>
constexpr auto di::chrono::operator- (Duration< Rep1, Period1 > const &a, Duration< Rep2, Period2 > const &b)
 
template<typename Rep, math::detail::IsRatio Period, concepts::CommonWith< Rep > Value>
constexpr auto di::chrono::operator* (Duration< Rep, Period > const &a, Value const &b)
 
template<typename Rep, math::detail::IsRatio Period, concepts::CommonWith< Rep > Value>
constexpr auto di::chrono::operator* (Value const &a, Duration< Rep, Period > const &b)
 
template<typename Rep, math::detail::IsRatio Period, concepts::CommonWith< Rep > Value>
constexpr auto di::chrono::operator/ (Duration< Rep, Period > const &a, Value const &b)
 
template<typename Rep1, math::detail::IsRatio Period1, concepts::CommonWith< Rep1 > Rep2, math::detail::IsRatio Period2>
constexpr auto di::chrono::operator/ (Duration< Rep1, Period1 > const &a, Duration< Rep2, Period2 > const &b)
 
template<typename Rep, math::detail::IsRatio Period, concepts::CommonWith< Rep > Value>
constexpr auto di::chrono::operator% (Duration< Rep, Period > const &a, Value const &b)
 
template<typename Rep1, math::detail::IsRatio Period1, concepts::CommonWith< Rep1 > Rep2, math::detail::IsRatio Period2>
constexpr auto di::chrono::operator% (Duration< Rep1, Period1 > const &a, Duration< Rep2, Period2 > const &b)
 
template<typename Rep1, math::detail::IsRatio Period1, concepts::CommonWith< Rep1 > Rep2, math::detail::IsRatio Period2>
constexpr auto di::chrono::operator== (Duration< Rep1, Period1 > const &a, Duration< Rep2, Period2 > const &b) -> bool
 
template<typename Rep1, math::detail::IsRatio Period1, concepts::CommonWith< Rep1 > Rep2, math::detail::IsRatio Period2>
requires (concepts::ThreeWayComparable<meta::CommonType<Rep1, Rep2>>)
constexpr auto di::chrono::operator<=> (Duration< Rep1, Period1 > const &a, Duration< Rep2, Period2 > const &b)