14template<concepts::Formattable... Types, concepts::Encoding Enc>
28template<concepts::Formattable T, concepts::Formattable E, concepts::Encoding Enc>
32 if (expected.has_value()) {
37 (void) context.output(U
'U');
38 (void) context.output(U
'n');
39 (void) context.output(U
'e');
40 (void) context.output(U
'x');
41 (void) context.output(U
'p');
42 (void) context.output(U
'e');
43 (void) context.output(U
'c');
44 (void) context.output(U
't');
45 (void) context.output(U
'e');
46 (void) context.output(U
'd');
47 (void) context.output(U
'(');
50 (void) context.output(U
')');
Definition format_parse_context.h:14
Definition expected_forward_declaration.h:8
Definition format_context.h:9
__UINT8_TYPE__ u8
Definition integers.h:9
di::meta::Decay< decltype(T)> Tag
Definition tag_invoke.h:28
Expected< T, Error > Result
Definition result.h:8
constexpr tag_invoke_detail::TagInvokeFn tag_invoke
Definition tag_invoke.h:22
constexpr auto visit(Vis &&visitor, Vars &&... variants) -> R
Definition visit.h:39
Definition in_place_type.h:5