|
| constexpr auto | tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< Sign >) |
| |
| constexpr auto | tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< HashTag >) |
| |
| constexpr auto | tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< Zero >) |
| |
| constexpr auto | tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< StringType >) |
| |
| constexpr auto | tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< IntegerType >) |
| |
| constexpr auto | tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< CharacterType >) |
| |
| constexpr auto | tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< BoolType >) |
| |
| constexpr auto | tag_invoke (types::Tag< create_parser_in_place >, InPlaceType< PointerType >) |
| |
| template<concepts::Encoding Enc> |
| constexpr auto | present_string_view_to (concepts::FormatContext auto &context, Optional< FillAndAlign > fill_and_align, Optional< size_t > width, Optional< size_t > precision, bool debug, container::string::StringViewImpl< Enc > view_in, char32_t delimit_code_point=U'"') -> Result<void> |
| |
| template<concepts::Encoding Enc> |
| constexpr auto | present_character_to (concepts::FormatContext auto &context, Optional< FillAndAlign > fill_and_align, Optional< size_t > width, bool debug, c32 value) -> Result< void > |
| |
| template<concepts::Encoding Enc, concepts::Integral T> |
| constexpr auto | present_integer_to (concepts::FormatContext auto &context, Optional< FillAndAlign > fill_and_align, Sign sign, HashTag hash_tag, Zero zero, Optional< size_t > width, IntegerType type, bool debug, T value) -> Result< void > |
| |
| template<concepts::Encoding Enc> |
| constexpr auto | present_formatted_to (concepts::FormatContext auto &context, Optional< FillAndAlign > fill_and_align, Optional< size_t > width, Optional< size_t > precision, container::string::StringViewImpl< Enc > format_string, auto &&... args) -> Result< void > |
| |
| template<concepts::Encoding Enc, typename Var> |
| constexpr auto | do_format (Var &&variant, FormatParseContext< Enc > &parse_context, concepts::FormatContext auto &context, bool debug=false) -> Result< void > |
| |