My Project
Public Types | Public Member Functions | Public Attributes | List of all members
YAML::detail::node_iterator_value< V > Struct Template Reference
Inheritance diagram for YAML::detail::node_iterator_value< V >:
Inheritance graph
[legend]
Collaboration diagram for YAML::detail::node_iterator_value< V >:
Collaboration graph
[legend]

Public Types

using kv = std::pair< V *, V * >
 

Public Member Functions

 node_iterator_value (V &rhs)
 
 node_iterator_value (V &key, V &value)
 
V & operator* () const
 
V & operator-> () const
 

Public Attributes

V * pNode
 

The documentation for this struct was generated from the following file: