rapidyaml  0.13.0
parse and emit YAML, and do it fast
emit_only_vec4< T > Struct Template Reference

example scalar type, serialized only More...

Public Attributes

x
 
y
 
z
 
w
 

Detailed Description

template<class T>
struct emit_only_vec4< T >

example scalar type, serialized only

Definition at line 3518 of file quickstart.cpp.

Member Data Documentation

◆ x

template<class T >
T emit_only_vec4< T >::x

Definition at line 3518 of file quickstart.cpp.

◆ y

template<class T >
T emit_only_vec4< T >::y

Definition at line 3518 of file quickstart.cpp.

◆ z

template<class T >
T emit_only_vec4< T >::z

Definition at line 3518 of file quickstart.cpp.

◆ w

template<class T >
T emit_only_vec4< T >::w

Definition at line 3518 of file quickstart.cpp.


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