|
| template<class T > |
| CONSTCD11 std::enable_if< !std::chrono::treat_as_floating_point< T >::value, T >::type | trunc (T t) NOEXCEPT |
| |
| template<class T > |
| CONSTCD14 std::enable_if< std::chrono::treat_as_floating_point< T >::value, T >::type | trunc (T t) NOEXCEPT |
| |
| template<class Rep , class Period > |
| CONSTCD11 std::enable_if< std::numeric_limits< Rep >::is_signed, std::chrono::duration< Rep, Period > >::type | abs (std::chrono::duration< Rep, Period > d) |
| |
| template<class Rep , class Period > |
| CONSTCD11 std::enable_if< !std::numeric_limits< Rep >::is_signed, std::chrono::duration< Rep, Period > >::type | abs (std::chrono::duration< Rep, Period > d) |
| |
| template<class CharT , class Traits , class Duration > |
| unsigned | extract_weekday (std::basic_ostream< CharT, Traits > &os, const fields< Duration > &fds) |
| |
| template<class CharT , class Traits , class Duration > |
| unsigned | extract_month (std::basic_ostream< CharT, Traits > &os, const fields< Duration > &fds) |
| |
| template<class CharT , class Traits > |
| bool | read_char (std::basic_istream< CharT, Traits > &is, CharT fmt, std::ios::iostate &err) |
| |
| template<class CharT , class Traits > |
| unsigned | read_unsigned (std::basic_istream< CharT, Traits > &is, unsigned m=1, unsigned M=10) |
| |
| template<class CharT , class Traits > |
| int | read_signed (std::basic_istream< CharT, Traits > &is, unsigned m=1, unsigned M=10) |
| |
| template<class CharT , class Traits > |
| long double | read_long_double (std::basic_istream< CharT, Traits > &is, unsigned m=1, unsigned M=10) |
| |
| template<class CharT , class Traits > |
| void | read (std::basic_istream< CharT, Traits > &) |
| |
| template<class CharT , class Traits , class ... Args> |
| void | read (std::basic_istream< CharT, Traits > &is, CharT a0, Args &&...args) |
| |
| template<class CharT , class Traits , class ... Args> |
| void | read (std::basic_istream< CharT, Traits > &is, rs a0, Args &&...args) |
| |
| template<class CharT , class Traits , class ... Args> |
| void | read (std::basic_istream< CharT, Traits > &is, ru a0, Args &&...args) |
| |
| template<class CharT , class Traits , class ... Args> |
| void | read (std::basic_istream< CharT, Traits > &is, int a0, Args &&...args) |
| |
| template<class CharT , class Traits , class ... Args> |
| void | read (std::basic_istream< CharT, Traits > &is, rld a0, Args &&...args) |
| |
| std::string | to_string (std::uint64_t x) |
| |
| template<class CharT , std::intmax_t N, std::intmax_t D> |
| std::enable_if< std::ratio< N, D >::type::den !=1, std::basic_string< CharT >>::type | msl (std::ratio< N, D >) |
| |
| template<class CharT , std::intmax_t N, std::intmax_t D> |
| std::enable_if< std::ratio< N, D >::type::den==1, std::basic_string< CharT >>::type | msl (std::ratio< N, D >) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::atto) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::femto) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::pico) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::nano) |
| |
| template<class CharT > |
| std::enable_if< std::is_same< CharT, char >::value, std::string >::type | msl (std::micro) |
| |
| template<class CharT > |
| std::enable_if< !std::is_same< CharT, char >::value, std::basic_string< CharT >>::type | msl (std::micro) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::milli) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::centi) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::deci) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::deca) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::hecto) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::kilo) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::mega) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::giga) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::tera) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::peta) |
| |
| template<class CharT > |
| std::basic_string< CharT > | msl (std::exa) |
| |
| template<class CharT , class Period > |
| std::basic_string< CharT > | get_units (Period p) |
| |
| template<class CharT > |
| std::basic_string< CharT > | get_units (std::ratio< 1 >) |
| |
| template<class CharT > |
| std::basic_string< CharT > | get_units (std::ratio< 60 >) |
| |
| template<class CharT > |
| std::basic_string< CharT > | get_units (std::ratio< 3600 >) |
| |
| template<class T > |
| T * | to_raw_pointer (T *p) noexcept |
| |
| template<class Pointer > |
| auto | to_raw_pointer (Pointer p) noexcept -> decltype(detail::to_raw_pointer(p.operator->())) |
| |
| std::istream & | operator>> (std::istream &is, MonthDayTime &x) |
| |
| std::ostream & | operator<< (std::ostream &os, const MonthDayTime &x) |
| |
| bool | operator== (const Rule &x, const Rule &y) |
| |
| bool | operator< (const Rule &x, const Rule &y) |
| |
| bool | operator== (const Rule &x, const date::year &y) |
| |
| bool | operator< (const Rule &x, const date::year &y) |
| |
| bool | operator== (const date::year &x, const Rule &y) |
| |
| bool | operator< (const date::year &x, const Rule &y) |
| |
| bool | operator== (const Rule &x, const std::string &y) |
| |
| bool | operator< (const Rule &x, const std::string &y) |
| |
| bool | operator== (const std::string &x, const Rule &y) |
| |
| bool | operator< (const std::string &x, const Rule &y) |
| |
| std::ostream & | operator<< (std::ostream &os, const Rule &r) |
| |
| bool | operator!= (const Rule &x, const Rule &y) |
| |
| bool | operator> (const Rule &x, const Rule &y) |
| |
| bool | operator<= (const Rule &x, const Rule &y) |
| |
| bool | operator>= (const Rule &x, const Rule &y) |
| |
| bool | operator!= (const Rule &x, const date::year &y) |
| |
| bool | operator> (const Rule &x, const date::year &y) |
| |
| bool | operator<= (const Rule &x, const date::year &y) |
| |
| bool | operator>= (const Rule &x, const date::year &y) |
| |
| bool | operator!= (const date::year &x, const Rule &y) |
| |
| bool | operator> (const date::year &x, const Rule &y) |
| |
| bool | operator<= (const date::year &x, const Rule &y) |
| |
| bool | operator>= (const date::year &x, const Rule &y) |
| |
| bool | operator!= (const Rule &x, const std::string &y) |
| |
| bool | operator> (const Rule &x, const std::string &y) |
| |
| bool | operator<= (const Rule &x, const std::string &y) |
| |
| bool | operator>= (const Rule &x, const std::string &y) |
| |
| bool | operator!= (const std::string &x, const Rule &y) |
| |
| bool | operator> (const std::string &x, const Rule &y) |
| |
| bool | operator<= (const std::string &x, const Rule &y) |
| |
| bool | operator>= (const std::string &x, const Rule &y) |
| |