#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.
Classes | |
| class | di::format::detail::FormatStringImpl< Enc, Args > |
| class | di::format::detail::FormatStringWithLocationImpl< Enc, Args > |
Namespaces | |
| namespace | di |
| namespace | di::format |
| namespace | di::format::detail |
Typedefs | |
| template<concepts::Encoding Enc, concepts::Formattable... Args> | |
| using | di::format::FormatStringImpl = detail::FormatStringImpl<Enc, meta::TypeIdentity<Args>...> |
| template<concepts::Encoding Enc, concepts::Formattable... Args> | |
| using | di::format::FormatStringWithLocationImpl = detail::FormatStringWithLocationImpl<Enc, meta::TypeIdentity<Args>...> |
| template<concepts::Encoding Enc, concepts::Formattable... Args> | |
| using | di::FormatStringImpl |