|
rapidyaml
0.13.0
parse and emit YAML, and do it fast
|
Abstracts the fact that a scalar filter result may not fit in the intended memory. More...
#include <filter_processor.hpp>
Public Member Functions | |
| bool | valid () const noexcept |
| size_t | required_len () const noexcept |
| csubstr | get () const |
Public Attributes | |
| csubstr | str |
Abstracts the fact that a scalar filter result may not fit in the intended memory.
Definition at line 32 of file filter_processor.hpp.
|
inlinenoexcept |
Definition at line 34 of file filter_processor.hpp.
|
inlinenoexcept |
Definition at line 35 of file filter_processor.hpp.
|
inline |
Definition at line 36 of file filter_processor.hpp.
| csubstr c4::yml::FilterResult::str |
Definition at line 37 of file filter_processor.hpp.