template<class Rep , class Period >
constexpr std::enable_if< std::numeric_limits< Rep >::is_signed, std::chrono::duration< Rep, Period > >::type abs (std::chrono::duration< Rep, Period > d)
◆ abs()
template<class Rep , class Period >
constexpr std::enable_if< std::numeric_limits< Rep >::is_signed, std::chrono::duration< Rep, Period > >::type Aws::chrono::abs
(
std::chrono::duration< Rep, Period >
d)
constexpr