Template Struct child_iterator
Defined in File rapidyaml-0.5.0.hpp
Struct Documentation
-
template<class NodeRefType>
struct child_iterator -
Public Functions
-
inline child_iterator &operator++()
-
inline child_iterator &operator--()
-
inline NodeRefType operator*() const
-
inline NodeRefType operator->() const
-
inline bool operator!=(child_iterator that) const
-
inline bool operator==(child_iterator that) const
-
inline child_iterator &operator++()