|
LibSWOC++ 1.5.14
Solid Wall of C++
|
Extraction support for pre-parsed format strings. More...
#include <bwf_base.h>

Public Member Functions | |
| operator bool () const | |
| bool | operator() (std::string_view &literal_v, Spec &spec) |
Public Attributes | |
| MemSpan< Spec const > | _fmt |
| Parsed format string. | |
| int | _idx = 0 |
Extraction support for pre-parsed format strings.
Definition at line 187 of file bwf_base.h.
|
inlineexplicit |
true if more format string, false if none. Definition at line 540 of file bwf_base.h.
| bool swoc::bwf::Format::FormatExtractor::operator() | ( | std::string_view & | literal_v, |
| Spec & | spec ) |
Extract next formatting elements.
| literal_v | [out] The next literal. |
| spec | [out] The next format specifier. |
true if spec was filled out, false if no specifier was found. Definition at line 251 of file bw_format.cc.
Parsed format string.
Definition at line 188 of file bwf_base.h.
| int swoc::bwf::Format::FormatExtractor::_idx = 0 |
Element index.
Definition at line 189 of file bwf_base.h.