◆ format() [1/2]
| virtual std::string tt::detail::l10n_args_base::format |
( |
std::locale const & | loc, |
|
|
std::string_view | fmt ) const |
|
pure virtualnoexcept |
Format text from the arguments and the given format string.
@patam loc The locale to use when formatting.
- Parameters
-
Implemented in tt::detail::l10n_args< Values >.
◆ format() [2/2]
| virtual std::string tt::detail::l10n_args_base::format |
( |
std::string_view | fmt | ) |
const |
|
pure virtualnoexcept |
◆ n()
| virtual long long tt::detail::l10n_args_base::n |
( |
| ) |
const |
|
pure virtualnoexcept |
The numeric value of the first numeric argument.
- Returns
- The numeric value of the first numeric argument or zero.
Implemented in tt::detail::l10n_args< Values >.
◆ unique_copy()
The documentation for this class was generated from the following file: