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::format
 

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