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 603 of file string_cfmt.hpp.
◆ NullOutput()
| jau::cfmt::impl::NullOutput::NullOutput |
( |
| ) |
|
|
constexprdefaultnoexcept |
◆ maxLen()
| size_t jau::cfmt::impl::NullOutput::maxLen |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ fits()
| bool jau::cfmt::impl::NullOutput::fits |
( |
size_t | | ) |
const |
|
inlineconstexprnoexcept |
◆ get()
| std::string_view jau::cfmt::impl::NullOutput::get |
( |
| ) |
const |
|
inlinenoexcept |
◆ appendFormatted()
| void jau::cfmt::impl::NullOutput::appendFormatted |
( |
const FormatOpts & | , |
|
|
const T & | ) |
|
inlineconstexprnoexcept |
◆ appendFormattedInt()
| void jau::cfmt::impl::NullOutput::appendFormattedInt |
( |
const FormatOpts & | , |
|
|
const T & | , |
|
|
bool | ) |
|
inlineconstexprnoexcept |
◆ appendFormattedFloat()
template<typename T>
requires std::is_floating_point_v<T>
| void jau::cfmt::impl::NullOutput::appendFormattedFloat |
( |
const FormatOpts & | , |
|
|
const T & | , |
|
|
nsize_t | ) |
|
inlineconstexprnoexcept |
◆ appendText()
| void jau::cfmt::impl::NullOutput::appendText |
( |
std::string_view | | ) |
|
|
inlineconstexprnoexcept |
◆ appendError()
| void jau::cfmt::impl::NullOutput::appendError |
( |
size_t | , |
|
|
int | , |
|
|
const std::string_view | ) |
|
inlineconstexprnoexcept |
The documentation for this class was generated from the following file: