Iros
 
Loading...
Searching...
No Matches
format_string_impl.h File Reference

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