|
rapidyaml
0.7.1
parse and emit YAML, and do it fast
|
a CRTP base providing read-only methods for ConstNodeRef and NodeRef More...
Classes | |
| struct | RoNodeMethods |
Typedefs | |
| using | pfn_relocate_arena = void(*)(void *, csubstr prev_arena, substr next_arena) |
Functions | |
| bool | is_set_ (ConstNodeRef n) |
| template<class T > | |
| auto | read_skip_plus (csubstr val, T *v) -> typename std::enable_if< std::is_arithmetic< T >::value, bool >::type |
a CRTP base providing read-only methods for ConstNodeRef and NodeRef
| using c4::yml::detail::pfn_relocate_arena = typedef void (*)(void*, csubstr prev_arena, substr next_arena) |
Definition at line 29 of file event_handler_stack.hpp.
|
inline |
Definition at line 1610 of file node.hpp.
References c4::from_chars().
Referenced by c4::yml::read().