jaulib v1.3.6
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 253 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 268 of file string_cfmt.hpp.