rapidyaml  0.7.0
parse and emit YAML, and do it fast
sample::vec4< T > Struct Template Reference

example scalar type, serialized and deserialized More...

Public Attributes

x
 
y
 
z
 
w
 

Detailed Description

template<class T>
struct sample::vec4< T >

example scalar type, serialized and deserialized

Definition at line 3356 of file quickstart.cpp.

Member Data Documentation

◆ x

template<class T >
T sample::vec4< T >::x

◆ y

template<class T >
T sample::vec4< T >::y

◆ z

template<class T >
T sample::vec4< T >::z

◆ w

template<class T >
T sample::vec4< T >::w

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