BloombergLP::bslfmt::basic_format_arg<basic_format_context<t_OUT, t_CHAR>>::handle

This class provides a type-erased wrapper which holds a pointer to a user-defined type and permits its formatting using the appropriate bsl::formatter type.

Synopsis

Declared in <bslfmt_format_arg.h>

class handle;

Member Functions

NameDescription
format Format the contained value according to pc into fc.

Friends

NameDescription
BloombergLP::bslfmt::basic_format_arg<basic_format_context<t_OUT, t_CHAR>>STL-compliant format argument holding a value for formatting.