A null OutputType for constexpr and consteval formatting dropping all output.
More...
#include <string_cfmt.hpp>
A null OutputType for constexpr and consteval formatting dropping all output.
Definition at line 1189 of file string_cfmt.hpp.
◆ NullOutput()
| jau::cfmt::NullOutput::NullOutput |
( |
| ) |
|
|
constexprdefaultnoexcept |
◆ maxLen()
| size_t jau::cfmt::NullOutput::maxLen |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ fits()
| bool jau::cfmt::NullOutput::fits |
( |
size_t | | ) |
const |
|
inlineconstexprnoexcept |
◆ get()
| std::string_view jau::cfmt::NullOutput::get |
( |
| ) |
const |
|
inlinenoexcept |
◆ appendFormatted()
| void jau::cfmt::NullOutput::appendFormatted |
( |
const FormatOpts & | , |
|
|
const T & | ) |
|
inlineconstexprnoexcept |
◆ appendText()
| void jau::cfmt::NullOutput::appendText |
( |
std::string_view | | ) |
|
|
inlineconstexprnoexcept |
◆ appendError()
| void jau::cfmt::NullOutput::appendError |
( |
size_t | , |
|
|
int | , |
|
|
const std::string_view | ) |
|
inlineconstexprnoexcept |
The documentation for this class was generated from the following file: