BloombergLP::bslfmt::basic_format_arg

Type-erased format argument holding a value for formatting.

Synopsis

Declared in <bslfmt_format_arg.h>

template<class t_CONTEXT>
class basic_format_arg;

Specializations

NameDescription
basic_format_arg<basic_format_context<t_OUT, t_CHAR>> This class provides an STL-compliant basic_format_arg which holds (by value for scalar and pointer types, by reference for user-defined types). These types should not be constructed directly by the user.