|
jaulib v1.4.1-10-ga2c96e0
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 211 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 225 of file string_cfmt2.hpp.