|
FMT_CONSTEXPR void | abort_fuzzing_if (bool condition) |
|
FMT_CONSTEXPR20 void | adjust_precision (int &precision, int exp10) |
|
FMT_NORETURN FMT_API void | assert_fail (const char *file, int line, const char *message) |
|
FMT_INLINE void | assume (bool condition) |
|
template<typename Iterator > |
constexpr auto | base_iterator (Iterator, Iterator it) -> Iterator |
|
template<typename Container , FMT_ENABLE_IF(is_contiguous< Container >::value) > |
auto | base_iterator (std::back_insert_iterator< Container > it, typename Container::value_type *) -> std::back_insert_iterator< Container > |
|
template<typename To , typename From , FMT_ENABLE_IF(sizeof(To)==sizeof(From)) > |
FMT_CONSTEXPR20 auto | bit_cast (const From &from) -> To |
|
template<typename To , typename From , FMT_ENABLE_IF(sizeof(To) > sizeof(From)) > |
auto | bit_cast (const From &from) -> To |
|
template<typename Char > |
FMT_CONSTEXPR auto | check_char_specs (const format_specs< Char > &specs) -> bool |
|
template<typename... , typename S , FMT_ENABLE_IF(!is_compile_string< S >::value) > |
FMT_INLINE void | check_format_string (const S &) |
|
template<typename... Args, typename S , FMT_ENABLE_IF(is_compile_string< S >::value) > |
void | check_format_string (S format_str) |
|
template<typename Char > |
auto | code_point_index (basic_string_view< Char > s, size_t n) -> size_t |
|
auto | code_point_index (basic_string_view< char8_type > s, size_t n) -> size_t |
|
auto | code_point_index (string_view s, size_t n) -> size_t |
|
template<typename Char > |
FMT_CONSTEXPR auto | code_point_length (const Char *begin) -> int |
|
template<typename Char > |
auto | compute_width (basic_string_view< Char > s) -> size_t |
|
auto | compute_width (basic_string_view< char8_type > s) -> size_t |
|
FMT_CONSTEXPR auto | compute_width (string_view s) -> size_t |
|
template<typename T > |
constexpr FMT_INLINE auto | const_check (T value) -> T |
|
template<typename T , typename Context , typename Char > |
void | convert_arg (basic_format_arg< Context > &arg, Char type) |
|
template<typename T > |
constexpr auto | convert_float (T value) -> convert_float_result< T > |
|
template<typename T > |
auto | convert_for_visit (T) -> monostate |
|
template<typename OutputIt > |
auto | copy (char ch, OutputIt out) -> OutputIt |
|
template<typename OutputIt > |
auto | copy (const char *str, OutputIt out) -> OutputIt |
|
template<typename Range , typename OutputIt > |
auto | copy (const Range &range, OutputIt out) -> OutputIt |
|
template<typename OutputIt > |
auto | copy (wchar_t ch, OutputIt out) -> OutputIt |
|
template<typename Char > |
FMT_CONSTEXPR20 FMT_INLINE void | copy2 (Char *dst, const char *src) |
|
template<typename Char , typename InputIt > |
auto | copy_str (InputIt begin, InputIt end, appender out) -> appender |
|
template<typename Char , typename InputIt > |
FMT_CONSTEXPR auto | copy_str (InputIt begin, InputIt end, counting_iterator it) -> counting_iterator |
|
template<typename Char , typename InputIt , typename OutputIt > |
FMT_CONSTEXPR auto | copy_str (InputIt begin, InputIt end, OutputIt out) -> OutputIt |
|
template<typename Char , typename InputIt > |
auto | copy_str (InputIt begin, InputIt end, std::back_insert_iterator< std::string > out) -> std::back_insert_iterator< std::string > |
|
template<typename Char , typename R , typename OutputIt > |
FMT_CONSTEXPR auto | copy_str (R &&rng, OutputIt out) -> OutputIt |
|
template<typename Char , typename T , typename U , FMT_ENABLE_IF( std::is_same< remove_const_t< T >, U >::value &&is_char< U >::value) > |
FMT_CONSTEXPR auto | copy_str (T *begin, T *end, U *out) -> U * |
|
template<typename OutChar , typename InputIt , typename OutputIt > |
FMT_CONSTEXPR FMT_NOINLINE auto | copy_str_noinline (InputIt begin, InputIt end, OutputIt out) -> OutputIt |
|
template<typename Char , typename OutputIt > |
auto | copy_unit (string_view unit, OutputIt out, Char) -> OutputIt |
|
template<typename OutputIt > |
auto | copy_unit (string_view unit, OutputIt out, wchar_t) -> OutputIt |
|
template<bool B = false> |
constexpr auto | count () -> size_t |
|
template<bool B1, bool B2, bool... Tail> |
constexpr auto | count () -> size_t |
|
template<int BITS, typename UInt > |
FMT_CONSTEXPR auto | count_digits (UInt n) -> int |
|
FMT_CONSTEXPR20 auto | count_digits (uint32_t n) -> int |
|
FMT_CONSTEXPR20 auto | count_digits (uint64_t n) -> int |
|
template<typename T > |
FMT_CONSTEXPR auto | count_digits_fallback (T n) -> int |
|
template<typename... Args> |
constexpr auto | count_named_args () -> size_t |
|
template<typename... Args> |
constexpr auto | count_statically_named_args () -> size_t |
|
FMT_CONSTEXPR20 auto | countl_zero (uint32_t n) -> int |
|
FMT_CONSTEXPR20 auto | countl_zero (uint64_t n) -> int |
|
template<typename UInt > |
FMT_CONSTEXPR20 auto | countl_zero_fallback (UInt n) -> int |
|
template<typename Char > |
auto | decimal_point (locale_ref loc) -> Char |
|
template<> |
auto | decimal_point (locale_ref loc) -> wchar_t |
|
template<typename Char > |
FMT_FUNC auto | decimal_point_impl (locale_ref loc) -> Char |
|
template<typename Char > |
FMT_API auto | decimal_point_impl (locale_ref loc) -> Char |
|
template<typename Int > |
constexpr auto | digits10 () noexcept -> int |
|
template<> |
constexpr auto | digits10< int128_opt > () noexcept -> int |
|
template<> |
constexpr auto | digits10< uint128_t > () noexcept -> int |
|
constexpr auto | digits2 (size_t value) -> const char * |
|
template<typename Char , typename Handler > |
FMT_CONSTEXPR auto | do_parse_arg_id (const Char *begin, const Char *end, Handler &&handler) -> const Char * |
|
template<typename Char > |
void | do_write (buffer< Char > &buf, const std::tm &time, const std::locale &loc, char format, char modifier) |
|
template<typename OutputIt , typename DecimalFP , typename Char , typename Grouping = digit_grouping<Char>> |
FMT_CONSTEXPR20 auto | do_write_float (OutputIt out, const DecimalFP &f, const format_specs< Char > &specs, float_specs fspecs, locale_ref loc) -> OutputIt |
|
template<typename > |
constexpr auto | encode_types () -> unsigned long long |
|
template<typename Context , typename Arg , typename... Args> |
constexpr auto | encode_types () -> unsigned long long |
|
template<typename Char > |
auto | equal2 (const Char *lhs, const char *rhs) -> bool |
|
auto | equal2 (const char *lhs, const char *rhs) -> bool |
|
template<typename Float > |
constexpr auto | exponent_bias () -> int |
|
template<typename Float > |
constexpr auto | exponent_mask () -> typename dragonbox::float_info< Float >::carrier_uint |
|
template<typename OutputIt , typename Char > |
FMT_NOINLINE FMT_CONSTEXPR auto | fill (OutputIt it, size_t n, const fill_t< Char > &fill) -> OutputIt |
|
template<typename OutputIt , typename Size , typename T > |
FMT_CONSTEXPR auto | fill_n (OutputIt out, Size count, const T &value) -> OutputIt |
|
template<typename T , typename Size > |
FMT_CONSTEXPR20 auto | fill_n (T *out, Size count, char value) -> T * |
|
template<bool IS_CONSTEXPR, typename T , typename Ptr = const T*> |
FMT_CONSTEXPR auto | find (Ptr first, Ptr last, T value, Ptr &out) -> bool |
|
template<> |
auto | find< false, char > (const char *first, const char *last, char value, const char *&out) -> bool |
|
template<typename Char > |
auto | find_escape (const Char *begin, const Char *end) -> find_escape_result< Char > |
|
auto | find_escape (const char *begin, const char *end) -> find_escape_result< char > |
|
template<typename T , typename... Tail> |
auto | first (const T &value, const Tail &...) -> const T & |
|
template<typename To , typename FromRep , typename FromPeriod , FMT_ENABLE_IF(is_same_arithmetic_type< FromRep, typename To::rep >::value) > |
auto | fmt_duration_cast (std::chrono::duration< FromRep, FromPeriod > from) -> To |
|
auto localtime_r | FMT_NOMACRO (...) -> null<> |
|
| FMT_TYPE_CONSTANT (basic_string_view< Char >, string_type) |
|
| FMT_TYPE_CONSTANT (bool, bool_type) |
|
| FMT_TYPE_CONSTANT (Char, char_type) |
|
| FMT_TYPE_CONSTANT (const Char *, cstring_type) |
|
| FMT_TYPE_CONSTANT (const void *, pointer_type) |
|
| FMT_TYPE_CONSTANT (double, double_type) |
|
| FMT_TYPE_CONSTANT (float, float_type) |
|
| FMT_TYPE_CONSTANT (int, int_type) |
|
| FMT_TYPE_CONSTANT (int128_opt, int128_type) |
|
| FMT_TYPE_CONSTANT (long double, long_double_type) |
|
| FMT_TYPE_CONSTANT (long long, long_long_type) |
|
| FMT_TYPE_CONSTANT (uint128_opt, uint128_type) |
|
| FMT_TYPE_CONSTANT (unsigned long long, ulong_long_type) |
|
| FMT_TYPE_CONSTANT (unsigned, uint_type) |
|
template<typename Tuple , typename F , size_t... Is> |
FMT_CONSTEXPR void | for_each (index_sequence< Is... >, Tuple &&t, F &&f) |
|
template<typename Tuple , typename F > |
FMT_CONSTEXPR void | for_each (Tuple &&t, F &&f) |
|
template<typename Tuple1 , typename Tuple2 , typename F , size_t... Is> |
void | for_each2 (index_sequence< Is... >, Tuple1 &&t1, Tuple2 &&t2, F &&f) |
|
template<typename Tuple1 , typename Tuple2 , typename F > |
void | for_each2 (Tuple1 &&t1, Tuple2 &&t2, F &&f) |
|
template<typename F > |
FMT_CONSTEXPR void | for_each_codepoint (string_view s, F f) |
|
template<typename Char , typename UInt > |
FMT_CONSTEXPR20 auto | format_decimal (Char *out, UInt value, int size) -> format_decimal_result< Char * > |
|
template<typename Char , typename UInt , typename Iterator , FMT_ENABLE_IF(!std::is_pointer< remove_cvref_t< Iterator >>::value) > |
FMT_CONSTEXPR auto | format_decimal (Iterator out, UInt value, int size) -> format_decimal_result< Iterator > |
|
FMT_CONSTEXPR20 void | format_dragon (basic_fp< uint128_t > value, unsigned flags, int num_digits, buffer< char > &buf, int &exp10) |
|
template<typename Char , typename Period , typename OutputIt > |
auto | format_duration_unit (OutputIt out) -> OutputIt |
|
template<typename Char , typename Rep , typename OutputIt , FMT_ENABLE_IF(std::is_integral< Rep >::value) > |
auto | format_duration_value (OutputIt out, Rep val, int) -> OutputIt |
|
FMT_FUNC void | format_error_code (detail::buffer< char > &out, int error_code, string_view message) noexcept |
|
template<typename Float > |
FMT_CONSTEXPR20 auto | format_float (Float value, int precision, float_specs specs, buffer< char > &buf) -> int |
|
template<typename Float , FMT_ENABLE_IF(!is_double_double< Float >::value) > |
FMT_CONSTEXPR20 void | format_hexfloat (Float value, int precision, float_specs specs, buffer< char > &buf) |
|
template<unsigned BASE_BITS, typename Char , typename UInt > |
FMT_CONSTEXPR auto | format_uint (Char *buffer, UInt value, int num_digits, bool upper=false) -> Char * |
|
template<unsigned BASE_BITS, typename Char , typename It , typename UInt > |
FMT_CONSTEXPR auto | format_uint (It out, UInt value, int num_digits, bool upper=false) -> It |
|
template<typename Char , typename T > |
void | format_value (buffer< Char > &buf, const T &value) |
|
constexpr auto | fractional_part_rounding_thresholds (int index) -> uint32_t |
|
void | fwrite_fully (const void *ptr, size_t count, FILE *stream) |
|
template<typename Context , typename ID > |
FMT_CONSTEXPR auto | get_arg (Context &ctx, ID id) -> decltype(ctx.arg(id)) |
|
template<typename... Args, typename Char > |
FMT_CONSTEXPR auto | get_arg_index_by_name (basic_string_view< Char > name) -> int |
|
template<typename T , typename OutputIt > |
auto | get_buffer (OutputIt out) -> iterator_buffer< OutputIt, T > |
|
template<typename T , typename Buf , FMT_ENABLE_IF(std::is_base_of< buffer< char >, Buf >::value) > |
auto | get_buffer (std::back_insert_iterator< Buf > out) -> buffer< char > & |
|
auto | get_classic_locale () -> const std::locale & |
|
template<typename Container > |
auto | get_container (std::back_insert_iterator< Container > it) -> Container & |
|
template<typename Container > |
auto | get_data (Container &c) -> typename Container::value_type * |
|
template<typename Char > |
auto | get_data (std::basic_string< Char > &s) -> Char * |
|
template<typename Handler , typename FormatArg > |
FMT_CONSTEXPR auto | get_dynamic_spec (FormatArg arg) -> int |
|
template<typename Buf , typename OutputIt > |
FMT_INLINE auto | get_iterator (Buf &buf, OutputIt) -> decltype(buf.out()) |
|
template<typename T , typename OutputIt > |
auto | get_iterator (buffer< T > &, OutputIt out) -> OutputIt |
|
template<typename Rep , typename Period , FMT_ENABLE_IF(std::is_integral< Rep >::value) > |
auto | get_milliseconds (std::chrono::duration< Rep, Period > d) -> std::chrono::duration< Rep, std::milli > |
|
constexpr auto | get_significand_size (const big_decimal_fp &f) -> int |
|
template<typename T > |
auto | get_significand_size (const dragonbox::decimal_fp< T > &f) -> int |
|
template<typename Period > |
FMT_CONSTEXPR auto | get_units () -> const char * |
|
auto | gmtime_r (...) -> null<> |
|
auto | gmtime_s (...) -> null<> |
|
template<typename Handler , typename Context > |
FMT_CONSTEXPR void | handle_dynamic_spec (int &value, arg_ref< typename Context::char_type > ref, Context &ctx) |
|
template<typename T , typename Context > |
constexpr auto | has_const_formatter () -> bool |
|
template<typename Context > |
constexpr auto | has_const_formatter_impl (...) -> bool |
|
template<typename Context , typename T > |
constexpr auto | has_const_formatter_impl (T *) -> decltype(typename Context::template formatter_type< T >().format(std::declval< const T & >(), std::declval< Context & >()), true) |
|
template<typename Float > |
constexpr auto | has_implicit_bit () -> bool |
|
template<typename... T> |
FMT_CONSTEXPR void | ignore_unused (const T &...) |
|
constexpr auto | in (type t, int set) -> bool |
|
template<typename Char > |
void | init_named_args (named_arg_info< Char > *, int, int) |
|
template<typename Char , typename T , typename... Tail, FMT_ENABLE_IF(!is_named_arg< T >::value) > |
void | init_named_args (named_arg_info< Char > *named_args, int arg_count, int named_arg_count, const T &, const Tail &... args) |
|
template<typename... Args> |
FMT_CONSTEXPR FMT_INLINE void | init_named_args (std::nullptr_t, int, int, const Args &...) |
|
constexpr auto | is_arithmetic_type (type t) -> bool |
|
auto | is_big_endian () -> bool |
|
constexpr FMT_INLINE auto | is_constant_evaluated (bool default_value=false) noexcept -> bool |
|
constexpr auto | is_integral_type (type t) -> bool |
|
template<typename Char > |
constexpr auto | is_name_start (Char c) -> bool |
|
template<typename T , FMT_ENABLE_IF(is_signed< T >::value) > |
constexpr auto | is_negative (T value) -> bool |
|
auto | is_printable (uint16_t x, const singleton *singletons, size_t singletons_size, const unsigned char *singleton_lowers, const unsigned char *normal, size_t normal_size) -> bool |
|
FMT_FUNC auto | is_printable (uint32_t cp) -> bool |
|
template<typename T > |
FMT_CONSTEXPR auto | is_supported_floating_point (T) -> bool |
|
FMT_CONSTEXPR auto | is_utf8 () -> bool |
|
template<typename T , FMT_ENABLE_IF(std::is_floating_point< T >::value && has_isfinite< T >::value) > |
FMT_CONSTEXPR20 auto | isfinite (T value) -> bool |
|
template<typename T , FMT_ENABLE_IF(!has_isfinite< T >::value) > |
FMT_CONSTEXPR auto | isfinite (T value) -> bool |
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value &&has_isfinite< T >::value) > |
auto | isfinite (T) -> bool |
|
template<typename T > |
constexpr auto | isnan (T value) -> bool |
|
auto | localtime_s (...) -> null<> |
|
template<typename Context , typename T > |
FMT_CONSTEXPR auto | make_arg (T &val) -> basic_format_arg< Context > |
|
template<bool PACKED, typename Context , typename T , FMT_ENABLE_IF(!PACKED) > |
FMT_CONSTEXPR auto | make_arg (T &val) -> basic_format_arg< Context > |
|
template<bool PACKED, typename Context , typename T , FMT_ENABLE_IF(PACKED) > |
FMT_CONSTEXPR FMT_INLINE auto | make_arg (T &val) -> value< Context > |
|
template<typename Char > |
auto | make_arg_formatter (buffer_appender< Char > iter, format_specs< Char > &s) -> arg_formatter< Char > |
|
template<typename Char > |
FMT_CONSTEXPR auto | make_background_color (detail::color_type background) noexcept -> ansi_color_escape< Char > |
|
template<typename Char > |
FMT_CONSTEXPR auto | make_emphasis (emphasis em) noexcept -> ansi_color_escape< Char > |
|
template<typename Char > |
FMT_CONSTEXPR auto | make_foreground_color (detail::color_type foreground) noexcept -> ansi_color_escape< Char > |
|
template<typename T > |
FMT_CONSTEXPR auto | make_write_int_arg (T value, sign_t sign) -> write_int_arg< uint32_or_64_or_128_t< T >> |
|
template<typename T > |
constexpr auto | max_value () -> T |
|
template<typename Formatter > |
FMT_CONSTEXPR void | maybe_set_debug_format (Formatter &,...) |
|
template<typename Formatter > |
FMT_CONSTEXPR auto | maybe_set_debug_format (Formatter &f, bool set) -> decltype(f.set_debug_format(set)) |
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
auto | mod (T x, int y) -> T |
|
FMT_CONSTEXPR auto | multiply (uint64_t lhs, uint64_t rhs) -> uint64_t |
|
auto | needs_escape (uint32_t cp) -> bool |
|
template<int SHIFT = 0, typename F > |
FMT_CONSTEXPR auto | normalize (basic_fp< F > value) -> basic_fp< F > |
|
template<typename T > |
constexpr auto | num_bits () -> int |
|
template<> |
constexpr auto | num_bits< int128_opt > () -> int |
|
template<> |
constexpr auto | num_bits< uint128_t > () -> int |
|
template<typename Float > |
constexpr auto | num_significand_bits () -> int |
|
FMT_CONSTEXPR auto | operator* (fp x, fp y) -> fp |
|
template<typename F > |
auto | operator== (basic_fp< F > x, basic_fp< F > y) -> bool |
|
FMT_CONSTEXPR auto | parse_align (char c) -> align_t |
|
template<typename Char > |
FMT_CONSTEXPR auto | parse_align (const Char *begin, const Char *end, format_specs< Char > &specs) -> const Char * |
|
template<typename Char , typename Handler > |
FMT_CONSTEXPR FMT_INLINE auto | parse_arg_id (const Char *begin, const Char *end, Handler &&handler) -> const Char * |
|
template<typename Char , typename Handler > |
FMT_CONSTEXPR auto | parse_chrono_format (const Char *begin, const Char *end, Handler &&handler) -> const Char * |
|
template<typename Char > |
FMT_CONSTEXPR auto | parse_dynamic_spec (const Char *begin, const Char *end, int &value, arg_ref< Char > &ref, basic_format_parse_context< Char > &ctx) -> const Char * |
|
template<typename Char > |
void | parse_flags (format_specs< Char > &specs, const Char *&it, const Char *end) |
|
template<typename Char > |
FMT_CONSTEXPR auto | parse_float_type_spec (const format_specs< Char > &specs) -> float_specs |
|
template<typename Char > |
FMT_CONSTEXPR FMT_INLINE auto | parse_format_specs (const Char *begin, const Char *end, dynamic_format_specs< Char > &specs, basic_format_parse_context< Char > &ctx, type arg_type) -> const Char * |
|
template<typename T , typename ParseContext > |
FMT_CONSTEXPR auto | parse_format_specs (ParseContext &ctx) -> decltype(ctx.begin()) |
|
template<bool IS_CONSTEXPR, typename Char , typename Handler > |
FMT_CONSTEXPR FMT_INLINE void | parse_format_string (basic_string_view< Char > format_str, Handler &&handler) |
|
template<typename Char , typename GetArg > |
auto | parse_header (const Char *&it, const Char *end, format_specs< Char > &specs, GetArg get_arg) -> int |
|
template<typename Char > |
FMT_CONSTEXPR auto | parse_nonnegative_int (const Char *&begin, const Char *end, int error_value) noexcept -> int |
|
template<typename Char > |
FMT_CONSTEXPR auto | parse_precision (const Char *begin, const Char *end, int &value, arg_ref< Char > &ref, basic_format_parse_context< Char > &ctx) -> const Char * |
|
auto | parse_printf_presentation_type (char c, type t) -> presentation_type |
|
template<typename Char , typename Handler > |
FMT_CONSTEXPR auto | parse_replacement_field (const Char *begin, const Char *end, Handler &&handler) -> const Char * |
|
constexpr auto | pow10 (std::uint32_t n) -> long long |
|
FMT_CONSTEXPR void | prefix_append (unsigned &prefix, unsigned value) |
|
FMT_FUNC void | print (std::FILE *f, string_view text) |
|
template<typename T , std::size_t N> |
auto | range_begin (const T(&arr)[N]) -> const T * |
|
template<typename T > |
auto | range_begin (T &&rng) -> enable_if_t<!has_member_fn_begin_end_t< T && >::value, decltype(begin(static_cast< T && >(rng)))> |
|
template<typename T > |
auto | range_begin (T &&rng) FMT_DECLTYPE_RETURN(static_cast< T && >(rng).begin()) |
|
template<typename T , std::size_t N> |
auto | range_end (const T(&arr)[N]) -> const T * |
|
template<typename T > |
auto | range_end (T &&rng) -> enable_if_t<!has_member_fn_begin_end_t< T && >::value, decltype(end(static_cast< T && >(rng)))> |
|
template<typename T > |
auto | range_end (T &&rng) FMT_DECLTYPE_RETURN(static_cast< T && >(rng).end()) |
|
FMT_FUNC void | report_error (format_func func, int error_code, const char *message) noexcept |
|
template<typename T > |
auto | reserve (buffer_appender< T > it, size_t n) -> buffer_appender< T > |
|
template<typename Iterator > |
constexpr auto | reserve (Iterator &it, size_t) -> Iterator & |
|
template<typename Container , FMT_ENABLE_IF(is_contiguous< Container >::value) > |
auto | reserve (std::back_insert_iterator< Container > it, size_t n) -> typename Container::value_type * |
|
template<typename Char > |
void | reset_color (buffer< Char > &buffer) |
|
FMT_CONSTEXPR auto | rotr (uint32_t n, uint32_t r) noexcept -> uint32_t |
|
FMT_CONSTEXPR auto | rotr (uint64_t n, uint32_t r) noexcept -> uint64_t |
|
constexpr auto | set (type rhs) -> int |
|
template<typename Char , typename Sign > |
constexpr auto | sign (Sign s) -> Char |
|
template<typename T , FMT_ENABLE_IF(is_floating_point< T >::value) > |
FMT_INLINE FMT_CONSTEXPR bool | signbit (T value) |
|
template<typename Char > |
auto | thousands_sep (locale_ref loc) -> thousands_sep_result< Char > |
|
template<> |
auto | thousands_sep (locale_ref loc) -> thousands_sep_result< wchar_t > |
|
template<typename Char > |
FMT_FUNC auto | thousands_sep_impl (locale_ref loc) -> thousands_sep_result< Char > |
|
template<typename Char > |
FMT_API auto | thousands_sep_impl (locale_ref loc) -> thousands_sep_result< Char > |
|
template FMT_API auto | thousands_sep_impl< char > (locale_ref) -> thousands_sep_result< char > |
|
template FMT_API auto | thousands_sep_impl< wchar_t > (locale_ref) -> thousands_sep_result< wchar_t > |
|
FMT_NORETURN FMT_API void | throw_format_error (const char *message) |
|
auto | tm_mon_full_name (int mon) -> const char * |
|
auto | tm_mon_short_name (int mon) -> const char * |
|
auto | tm_wday_full_name (int wday) -> const char * |
|
auto | tm_wday_short_name (int wday) -> const char * |
|
template<typename Char , FMT_ENABLE_IF(std::is_integral< Char >::value) > |
constexpr auto | to_ascii (Char c) -> char |
|
template<typename T , typename Int , FMT_ENABLE_IF(std::is_integral< T >::value) > |
auto | to_nonnegative_int (T value, Int upper) -> Int |
|
template<typename T > |
auto | to_pointer (buffer_appender< T > it, size_t n) -> T * |
|
template<typename T , typename OutputIt > |
constexpr auto | to_pointer (OutputIt, size_t) -> T * |
|
void | to_string_view (...) |
|
template<typename Char > |
constexpr auto | to_string_view (basic_string_view< Char > s) -> basic_string_view< Char > |
|
template<typename Char , FMT_ENABLE_IF(is_char< Char >::value) > |
FMT_INLINE auto | to_string_view (const Char *s) -> basic_string_view< Char > |
|
template<typename S , FMT_ENABLE_IF(is_compile_string< S >::value) > |
constexpr auto | to_string_view (const S &s) -> basic_string_view< typename S::char_type > |
|
template<typename Char , typename Traits , typename Alloc > |
auto | to_string_view (const std::basic_string< Char, Traits, Alloc > &s) -> basic_string_view< Char > |
|
template<typename Char , FMT_ENABLE_IF(!std::is_empty< std_string_view< Char >>::value) > |
auto | to_string_view (std_string_view< Char > s) -> basic_string_view< Char > |
|
template<typename Duration > |
auto | to_time_t (std::chrono::time_point< std::chrono::system_clock, Duration > time_point) -> std::time_t |
|
template<typename Int > |
FMT_CONSTEXPR auto | to_unsigned (Int value) -> typename std::make_unsigned< Int >::type |
|
auto | umul128 (uint64_t x, uint64_t y) noexcept -> uint128_fallback |
|
template<typename T > |
auto | unwrap (const std::reference_wrapper< T > &v) -> const T & |
|
template<typename T > |
auto | unwrap (const T &v) -> const T & |
|
FMT_CONSTEXPR auto | utf8_decode (const char *s, uint32_t *c, int *e) -> const char * |
|
template<typename Locale , typename Char > |
auto | vformat (const Locale &loc, basic_string_view< Char > fmt, basic_format_args< buffer_context< type_identity_t< Char >>> args) -> std::basic_string< Char > |
|
FMT_BEGIN_EXPORT template FMT_API void | vformat_to (buffer< char > &, string_view, typename vformat_args<>::type, locale_ref) |
|
template<typename Char > |
void | vformat_to (buffer< Char > &buf, basic_string_view< Char > fmt, typename vformat_args< Char >::type args, locale_ref loc={}) |
|
template<typename Char > |
void | vformat_to (buffer< Char > &buf, const text_style &ts, basic_string_view< Char > format_str, basic_format_args< buffer_context< type_identity_t< Char >>> args) |
|
void | vprint_directly (std::ostream &os, string_view format_str, format_args args) |
|
FMT_API void | vprint_mojibake (std::FILE *, string_view, format_args) |
|
template<typename Char , typename Context > |
void | vprintf (buffer< Char > &buf, basic_string_view< Char > format, basic_format_args< Context > args) |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR auto | write (OutputIt out, basic_string_view< Char > s, const format_specs< Char > &specs) -> OutputIt |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR auto | write (OutputIt out, basic_string_view< Char > value) -> OutputIt |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR auto | write (OutputIt out, basic_string_view< type_identity_t< Char >> s, const format_specs< Char > &specs, locale_ref) -> OutputIt |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR auto | write (OutputIt out, Char value) -> OutputIt |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR auto | write (OutputIt out, Char value, const format_specs< Char > &specs, locale_ref loc={}) -> OutputIt |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR auto | write (OutputIt out, const Char *s, const format_specs< Char > &specs, locale_ref) -> OutputIt |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR_CHAR_TRAITS auto | write (OutputIt out, const Char *value) -> OutputIt |
|
template<typename Char , typename OutputIt , FMT_ENABLE_IF(!std::is_same< Char, char >::value) > |
auto | write (OutputIt out, const std::tm &time, const std::locale &loc, char format, char modifier=0) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , typename Context = basic_format_context<OutputIt, Char>> |
FMT_CONSTEXPR auto | write (OutputIt out, const T &value) -> enable_if_t< std::is_class< T >::value &&!is_string< T >::value &&!is_floating_point< T >::value &&!std::is_same< T, Char >::value &&!std::is_same< T, remove_cvref_t< decltype(arg_mapper< Context >().map(value))>>::value, OutputIt > |
|
template<typename Char , typename OutputIt , typename T , FMT_ENABLE_IF(is_string< T >::value) > |
constexpr auto | write (OutputIt out, const T &value) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , FMT_ENABLE_IF(std::is_same< T, void >::value) > |
auto | write (OutputIt out, const T *value, const format_specs< Char > &specs={}, locale_ref={}) -> OutputIt |
|
template<typename Char , typename OutputIt > |
auto | write (OutputIt out, monostate, format_specs< Char >={}, locale_ref={}) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , FMT_ENABLE_IF(is_integral< T >::value && !std::is_same< T, bool >::value && !std::is_same< T, Char >::value) > |
FMT_CONSTEXPR auto | write (OutputIt out, T value) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , FMT_ENABLE_IF(is_fast_float< T >::value) > |
FMT_CONSTEXPR20 auto | write (OutputIt out, T value) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , FMT_ENABLE_IF(is_floating_point< T >::value && !is_fast_float< T >::value) > |
auto | write (OutputIt out, T value) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , bool check = std::is_enum<T>::value && !std::is_same<T, Char>::value && mapped_type_constant<T, basic_format_context<OutputIt, Char>>::value != type::custom_type, FMT_ENABLE_IF(check) > |
FMT_CONSTEXPR auto | write (OutputIt out, T value) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , FMT_ENABLE_IF(is_integral< T >::value && !std::is_same< T, bool >::value && std::is_same< OutputIt, buffer_appender< Char >>::value) > |
FMT_CONSTEXPR FMT_INLINE auto | write (OutputIt out, T value, const format_specs< Char > &specs, locale_ref loc) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , FMT_ENABLE_IF(std::is_same< T, bool >::value) > |
FMT_CONSTEXPR auto | write (OutputIt out, T value, const format_specs< Char > &specs={}, locale_ref={}) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , FMT_ENABLE_IF(is_floating_point< T >::value) > |
FMT_CONSTEXPR20 auto | write (OutputIt out, T value, format_specs< Char > specs, locale_ref loc={}) -> OutputIt |
|
template<typename Char > |
void | write_buffer (std::basic_ostream< Char > &os, buffer< Char > &buf) |
|
template<align::type align = align::left, typename Char , typename OutputIt > |
FMT_CONSTEXPR auto | write_bytes (OutputIt out, string_view bytes, const format_specs< Char > &specs) -> OutputIt |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR auto | write_char (OutputIt out, Char value, const format_specs< Char > &specs) -> OutputIt |
|
template<typename CodeUnit > |
void | write_codecvt (codecvt_result< CodeUnit > &out, string_view in_buf, const std::locale &loc) |
|
template<size_t width, typename Char , typename OutputIt > |
auto | write_codepoint (OutputIt out, char prefix, uint32_t cp) -> OutputIt |
|
FMT_FUNC auto | write_console (int, string_view) -> bool |
|
FMT_FUNC auto | write_console (std::FILE *, string_view) -> bool |
|
void | write_digit2_separated (char *buf, unsigned a, unsigned b, unsigned c, char sep) |
|
template<typename OutputIt > |
auto | write_encoded_tm_str (OutputIt out, string_view in, const std::locale &loc) -> OutputIt |
|
template<typename Char , typename OutputIt > |
auto | write_escaped_char (OutputIt out, Char v) -> OutputIt |
|
template<typename OutputIt , typename Char > |
auto | write_escaped_cp (OutputIt out, const find_escape_result< Char > &escape) -> OutputIt |
|
template<typename Char , typename OutputIt > |
auto | write_escaped_string (OutputIt out, basic_string_view< Char > str) -> OutputIt |
|
template<typename Char , typename It > |
FMT_CONSTEXPR auto | write_exponent (int exp, It it) -> It |
|
template<typename OutputIt , typename DecimalFP , typename Char > |
FMT_CONSTEXPR20 auto | write_float (OutputIt out, const DecimalFP &f, const format_specs< Char > &specs, float_specs fspecs, locale_ref loc) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T > |
FMT_CONSTEXPR20 auto | write_float (OutputIt out, T value, format_specs< Char > specs, locale_ref loc) -> OutputIt |
|
template<typename Duration > |
void | write_floating_seconds (memory_buffer &buf, Duration duration, int num_fractional_digits=-1) |
|
template<typename Char , typename OutputIt , typename Duration > |
void | write_fractional_seconds (OutputIt &out, Duration d, int precision=-1) |
|
template<typename OutputIt , typename Char , typename W > |
FMT_CONSTEXPR FMT_INLINE auto | write_int (OutputIt out, int num_digits, unsigned prefix, const format_specs< Char > &specs, W write_digits) -> OutputIt |
|
template<typename OutputIt , typename UInt , typename Char > |
auto | write_int (OutputIt out, UInt value, unsigned prefix, const format_specs< Char > &specs, const digit_grouping< Char > &grouping) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T > |
FMT_CONSTEXPR FMT_INLINE auto | write_int (OutputIt out, write_int_arg< T > arg, const format_specs< Char > &specs, locale_ref) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T > |
FMT_CONSTEXPR FMT_NOINLINE auto | write_int_noinline (OutputIt out, write_int_arg< T > arg, const format_specs< Char > &specs, locale_ref loc) -> OutputIt |
|
FMT_FUNC auto | write_loc (appender out, loc_value value, const format_specs<> &specs, locale_ref loc) -> bool |
|
template<typename OutputIt , typename Char > |
auto | write_loc (OutputIt, loc_value, const format_specs< Char > &, locale_ref) -> bool |
|
auto | write_loc (std::back_insert_iterator< detail::buffer< wchar_t >> out, loc_value value, const format_specs< wchar_t > &specs, locale_ref loc) -> bool |
|
template<typename Char , typename OutputIt > |
FMT_CONSTEXPR20 auto | write_nonfinite (OutputIt out, bool isnan, format_specs< Char > specs, const float_specs &fspecs) -> OutputIt |
|
auto | write_ostream_unicode (std::ostream &os, fmt::string_view data) -> bool |
|
auto | write_ostream_unicode (std::wostream &, fmt::basic_string_view< wchar_t >) -> bool |
|
template<align::type align = align::left, typename OutputIt , typename Char , typename F > |
constexpr auto | write_padded (OutputIt out, const format_specs< Char > &specs, size_t size, F &&f) -> OutputIt |
|
template<align::type align = align::left, typename OutputIt , typename Char , typename F > |
FMT_CONSTEXPR auto | write_padded (OutputIt out, const format_specs< Char > &specs, size_t size, size_t width, F &&f) -> OutputIt |
|
template<typename OutputIt > |
auto | write_padding (OutputIt out, pad_type pad) -> OutputIt |
|
template<typename OutputIt > |
auto | write_padding (OutputIt out, pad_type pad, int width) -> OutputIt |
|
template<typename Char , typename OutputIt , typename UIntPtr > |
auto | write_ptr (OutputIt out, UIntPtr value, const format_specs< Char > *specs) -> OutputIt |
|
template<typename Char , typename UInt , FMT_ENABLE_IF(std::is_integral< UInt >::value) > |
auto | write_significand (Char *out, UInt significand, int significand_size, int integral_size, Char decimal_point) -> Char * |
|
template<typename Char , typename OutputIt > |
constexpr auto | write_significand (OutputIt out, const char *significand, int significand_size) -> OutputIt |
|
template<typename OutputIt , typename Char > |
FMT_CONSTEXPR auto | write_significand (OutputIt out, const char *significand, int significand_size, int integral_size, Char decimal_point) -> OutputIt |
|
template<typename Char , typename OutputIt , typename T , typename Grouping > |
FMT_CONSTEXPR20 auto | write_significand (OutputIt out, T significand, int significand_size, int exponent, const Grouping &grouping) -> OutputIt |
|
template<typename OutputIt , typename Char , typename T , typename Grouping > |
FMT_CONSTEXPR20 auto | write_significand (OutputIt out, T significand, int significand_size, int integral_size, Char decimal_point, const Grouping &grouping) -> OutputIt |
|
template<typename Char , typename OutputIt , typename UInt > |
auto | write_significand (OutputIt out, UInt significand, int significand_size) -> OutputIt |
|
template<typename OutputIt , typename UInt , typename Char , FMT_ENABLE_IF(!std::is_pointer< remove_cvref_t< OutputIt >>::value) > |
auto | write_significand (OutputIt out, UInt significand, int significand_size, int integral_size, Char decimal_point) -> OutputIt |
|
template<typename Char , typename OutputIt , FMT_ENABLE_IF(!std::is_same< Char, char >::value) > |
auto | write_tm_str (OutputIt out, string_view sv, const std::locale &loc) -> OutputIt |
|