|
di 0.1.0
|
#include "di/format/formatter.h"#include "di/format/make_format_args.h"#include "di/format/vformat_encoded_context.h"#include "di/reflect/enum_to_string.h"#include "di/reflect/reflect.h"#include "di/types/in_place_type.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::fmt |
Functions | |
| template<concepts::ReflectableToFields T, concepts::Encoding Enc> | |
| constexpr auto | di::fmt::tag_invoke (types::Tag< formatter_in_place >, InPlaceType< T >, FormatParseContext< Enc > &) |
| template<concepts::ReflectableToEnumerators T, concepts::Encoding Enc> | |
| constexpr auto | di::fmt::tag_invoke (types::Tag< formatter_in_place >, InPlaceType< T >, FormatParseContext< Enc > &parse_context, bool debug) |