tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
basic_format_string.hpp File Reference

Go to the source code of this file.

Classes

struct  basic_format_string< CharT, Args >
 

Namespaces

namespace  etl
 

Typedefs

template<typename... Args>
using format_string = basic_format_string<char, type_identity_t<Args>...>
 
template<typename... Args>
using wformat_string = basic_format_string<wchar_t, type_identity_t<Args>...>