fmt::loc_value

A type-erased formatting argument passed to a format_facet for locale-aware formatting.

Synopsis

Declared in <fmt/format.h>

class loc_value;

Member Functions

NameDescription
loc_value [constructor]Constructors
visit Applies vis to the stored value, as with basic_format_arg::visit.