Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#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.