rapidyaml  0.12.1
parse and emit YAML, and do it fast
vec2< T > Struct Template Reference

example scalar type, serialized and deserialized More...

Public Attributes

x
 
y
 

Detailed Description

template<class T>
struct vec2< T >

example scalar type, serialized and deserialized

Definition at line 3453 of file quickstart.cpp.

Member Data Documentation

◆ x

template<class T >
T vec2< T >::x

Definition at line 3453 of file quickstart.cpp.

◆ y

template<class T >
T vec2< T >::y

Definition at line 3453 of file quickstart.cpp.


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