-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Michael Hansen edited this page Nov 22, 2019
·
16 revisions
- Building string_theory
- Using string_theory in your project
- Format string reference
- Built-in formatters
- Defining custom formatters
- Examples
- ST_ssize_t
- ST::alignment_t
ST::assert_handler_t- ST::buffer<char_T>
- ST::case_sensitivity_t
- ST::char_buffer
- ST::conversion_result
- ST::digit_class_t
- ST::equal_i
- ST::float_class_t
- ST::float_formatter
- ST::format_spec
- ST::format_writer
- ST::hash
- ST::hash_i
- ST::less_i
- ST::null_t
- ST::string
- ST::string_stream
- ST::uint_formatter
- ST::utf_validation_t
- ST::utf16_buffer
- ST::utf32_buffer
- ST::wchar_buffer
- std::hash
- std::invalid_argument
- std::runtime_error
-
Assert handlers - Base64 codecs
-
Encoding conversion
- latin_1_to_utf8
- latin_1_to_utf16
- latin_1_to_utf32
- latin_1_to_wchar
- utf8_to_latin_1
- utf8_to_utf16
- utf8_to_utf32
- utf8_to_wchar
- utf16_to_latin_1
- utf16_to_utf8
- utf16_to_utf32
- utf16_to_wchar
- utf32_to_latin_1
- utf32_to_utf8
- utf32_to_utf16
- utf32_to_wchar
- wchar_to_latin_1
- wchar_to_utf8
- wchar_to_utf16
- wchar_to_utf32
- Formatter support
- Hex codecs
- std::iostream support
- String and Buffer Literals
- Support Macros