jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
#include <string_cfmt2.hpp>
Public Member Functions | |
constexpr | Parser () noexcept=delete |
Static Public Member Functions | |
static constexpr const PResult | parseOne (const PResult pc) noexcept |
Parse the given argument against the current conversion specifier of the format string. | |
Definition at line 268 of file string_cfmt2.hpp.
|
constexprdeletenoexcept |
|
inlinestaticconstexprnoexcept |
Parse the given argument against the current conversion specifier of the format string.
Multiple rounds of parsing calls might be required, each passing the next argument or null.
Parsing is completed when method returns false, either signaling an error() or completion.
T | The type of the given argument |
Definition at line 282 of file string_cfmt2.hpp.