#include <string_cfmt.hpp>
Definition at line 260 of file string_cfmt.hpp.
◆ FormatOpts()
| jau::cfmt::FormatOpts::FormatOpts |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ setWidth()
| void jau::cfmt::FormatOpts::setWidth |
( |
size_t | v | ) |
|
|
inlineconstexpr |
◆ setPrecision()
| void jau::cfmt::FormatOpts::setPrecision |
( |
size_t | v | ) |
|
|
inlineconstexpr |
◆ addFlag()
| bool jau::cfmt::FormatOpts::addFlag |
( |
char | c | ) |
|
|
inlineconstexprnoexcept |
◆ validateFlags()
| void jau::cfmt::FormatOpts::validateFlags |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ setConversion()
| bool jau::cfmt::FormatOpts::setConversion |
( |
char | fmt_literal | ) |
|
|
inlineconstexprnoexcept |
◆ toFormat()
| std::string jau::cfmt::FormatOpts::toFormat |
( |
| ) |
const |
|
inline |
◆ reset()
| void jau::cfmt::FormatOpts::reset |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ toString()
| std::string jau::cfmt::FormatOpts::toString |
( |
| ) |
const |
|
inline |
◆ fmt
| std::string_view jau::cfmt::FormatOpts::fmt |
◆ flags
| flags_t jau::cfmt::FormatOpts::flags |
◆ width
| size_t jau::cfmt::FormatOpts::width |
◆ width_set
| bool jau::cfmt::FormatOpts::width_set |
◆ precision
| size_t jau::cfmt::FormatOpts::precision |
◆ precision_set
| bool jau::cfmt::FormatOpts::precision_set |
◆ length_mod
◆ conversion
| cspec_t jau::cfmt::FormatOpts::conversion |
◆ radix
| nsize_t jau::cfmt::FormatOpts::radix |
The documentation for this struct was generated from the following file: