di 0.1.0
Loading...
Searching...
No Matches
format_string_impl.h File Reference

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