rapidyaml  0.7.1
parse and emit YAML, and do it fast

example user container type with nested container members. More...

Public Attributes

vec2< int > v2
 
vec3< int > v3
 
vec4< int > v4
 
my_seq_type< int > seq
 
my_map_type< int, int > map
 

Detailed Description

example user container type with nested container members.

notice all the members have user-defined serialization methods.

Definition at line 3624 of file quickstart.cpp.

Member Data Documentation

◆ v2

vec2<int> sample::my_type::v2

◆ v3

vec3<int> sample::my_type::v3

◆ v4

vec4<int> sample::my_type::v4

◆ seq

my_seq_type<int> sample::my_type::seq

◆ map

my_map_type<int, int> sample::my_type::map

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