|
di 0.1.0
|
#include "di/container/concepts/input_container.h"#include "di/container/string/constant_string.h"#include "di/container/string/string_view.h"#include "di/format/concepts/formattable.h"#include "di/format/formatter.h"#include "di/format/make_format_args.h"#include "di/format/vformat_encoded_context.h"#include "di/meta/util.h"#include "di/vocab/variant/prelude.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::fmt |
Functions | |
| template<concepts::Formattable... Types, concepts::Encoding Enc> | |
| constexpr auto | di::fmt::tag_invoke (types::Tag< formatter_in_place >, InPlaceType< Variant< Types... > >, FormatParseContext< Enc > &) |
| template<concepts::Formattable T, concepts::Formattable E, concepts::Encoding Enc> | |
| constexpr auto | di::fmt::tag_invoke (types::Tag< formatter_in_place >, InPlaceType< Expected< T, E > >, FormatParseContext< Enc > &) |