Constructors

Synopses

Declared in <fmt/format.h>

Constructs a loc_value wrapping value.

template<typename T>
loc_value(T value);

Constructs an empty loc_value; float128 values are not supported by locale‐aware formatting, so no value is stored.

template<typename T>
loc_value(T value);

Parameters

Name

Description

value

The value to store for later locale‐aware formatting.

Created with MrDocs