|
di 0.1.0
|
#include "di/assert/assert_bool.h"#include "di/container/string/string_view_impl.h"#include "di/format/concepts/formattable.h"#include "di/format/format_parse_context.h"#include "di/meta/constexpr.h"#include "di/meta/util.h"#include "di/util/source_location.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::fmt |
Typedefs | |
| template<concepts::Encoding Enc, concepts::Formattable... Args> | |
| using | di::fmt::FormatStringImpl = detail::FormatStringImpl<Enc, meta::TypeIdentity<Args>...> |
| template<concepts::Encoding Enc, concepts::Formattable... Args> | |
| using | di::fmt::FormatStringWithLocationImpl = detail::FormatStringWithLocationImpl<Enc, meta::TypeIdentity<Args>...> |
| template<concepts::Encoding Enc, concepts::Formattable... Args> | |
| using | di::FormatStringImpl |