|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
#include <string_cfmt.hpp>
Public Member Functions | |
| constexpr | Parser () noexcept=default |
| template<typename T> | |
| constexpr bool | parseOne (PResult &pc) const noexcept |
| Parse the given argument against the current conversion specifier of the format string. | |
Definition at line 252 of file string_cfmt.hpp.
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
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 267 of file string_cfmt.hpp.