|
template<typename TArg, typename Stream> |
Stream & | Print (Stream &os, const decltype(arg_tuple< TArg >()) &args) |
|
|
template<typename TArg, Specifier _config = spec, std::enable_if_t< _config.n_dynamic_args()==1, int > = 0> |
static constexpr auto | arg_tuple () -> std::tuple< TArg > |
|
template<typename TArg, Specifier _config = spec, std::enable_if_t< _config.n_dynamic_args()==2, int > = 0> |
static constexpr auto | arg_tuple () -> std::tuple< TArg, size_t > |
|
template<typename TArg, Specifier _config = spec, std::enable_if_t< _config.n_dynamic_args()==3, int > = 0> |
static constexpr auto | arg_tuple () -> std::tuple< TArg, size_t, size_t > |
|
|
static constexpr auto | spec = __spec |
|
template<
Specifier __spec>
struct mos::FormatImpl::Formatter< __spec >
Definition at line 70 of file formatter.hpp.
◆ arg_tuple() [1/3]
template<typename TArg,
Specifier _config = spec, std::enable_if_t< _config.n_dynamic_args()==1,
int > = 0>
static constexpr auto arg_tuple |
( |
| ) |
-> std::tuple< TArg > |
|
staticconstexpr |
◆ arg_tuple() [2/3]
template<typename TArg,
Specifier _config = spec, std::enable_if_t< _config.n_dynamic_args()==2,
int > = 0>
static constexpr auto arg_tuple |
( |
| ) |
-> std::tuple< TArg, size_t > |
|
staticconstexpr |
◆ arg_tuple() [3/3]
template<typename TArg,
Specifier _config = spec, std::enable_if_t< _config.n_dynamic_args()==3,
int > = 0>
static constexpr auto arg_tuple |
( |
| ) |
-> std::tuple< TArg, size_t, size_t > |
|
staticconstexpr |
◆ Print()
template<typename TArg, typename Stream>
Stream & Print |
( |
Stream & | os, |
|
|
const decltype(arg_tuple< TArg >()) & | args ) |
|
inline |
◆ spec
The documentation for this struct was generated from the following file: