About 53 results
Open links in new tab
  1. std::format - cppreference.com

    Format args according to the format string fmt, and return the result as a string. If present, loc is used for locale-specific formatting.

  2. Standard format specification (since C++20) - cppreference.com

    For basic types and string types, the format specification is based on the format specification in Python. The syntax of format specifications is:

  3. Formatting library (since C++20) - cppreference.com

    Format specification specifies how objects are formatted with different kinds of options. The formatting of objects of basic types and standard string types uses the basic format specification.

  4. Standard library header <format> (C++20) - cppreference.com

    Standard library header <format> (C++20) This header is part of the text processing library.

  5. std::basic_format_string, std::format_string, std::wformat_string ...

    The alias templates format_string and wformat_string use std::type_identity_t to inhibit template argument deduction. Typically, when they appear as a function parameter, their template arguments …

  6. std::format_to - cppreference.com

    Format args according to the format string fmt, and write the result to the output iterator out. If present, loc is used for locale-specific formatting. Equivalent to:

  7. std::formatter - cppreference.com

    Formatters for other pointers and pointers to members are disabled. Specializations such as std::formatter<wchar_t, char> and std::formatter<const char*, wchar_t> that would require encoding …

  8. std::formatter<range> - cppreference.com

    The template specialization of std::formatter for the range types allows users to convert a range to its textual representation as a collection of elements or a string using formatting functions. The …

  9. printf, fprintf, sprintf, snprintf, printf_s, fprintf_s ... - Reference

    The format string consists of ordinary byte characters (except %), which are copied unchanged into the output stream, and conversion specifications. Each conversion specification has the following format: …

  10. cppreference.com

    What links here Related changes Upload file Special pages Printable version Permanent link Page information