|
rapidyaml
0.12.0
parse and emit YAML, and do it fast
|
Data for a basic error. More...
#include <common.hpp>
Public Member Functions | |
| ErrorDataBasic () noexcept=default | |
| ErrorDataBasic (Location const &cpploc_) noexcept | |
Public Attributes | |
| Location | location |
| location where the error was detected (may be from YAML or C++ source code) More... | |
Data for a basic error.
Definition at line 311 of file common.hpp.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 315 of file common.hpp.
| Location c4::yml::ErrorDataBasic::location |
location where the error was detected (may be from YAML or C++ source code)
Definition at line 313 of file common.hpp.