rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
my_map_type< K, V > Struct Template Reference

example user container type: map-like More...

Public Attributes

std::map< K, V > map_member

Detailed Description

template<class K, class V>
struct my_map_type< K, V >

example user container type: map-like

Definition at line 3689 of file quickstart.cpp.

Member Data Documentation

◆ map_member

template<class K, class V>
std::map<K, V> my_map_type< K, V >::map_member

Definition at line 3691 of file quickstart.cpp.


The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/v0.14.0/samples/quickstart.cpp