PLYwoot
Header-only C++17 library for parsing and writing PLY files
Loading...
Searching...
No Matches
plywoot::reflect::Array< T, N > Struct Template Reference

#include <reflect.hpp>

Public Types

using DestT = T
 Type of the elements in the destination list type.
 

Detailed Description

template<typename T, std::size_t N>
struct plywoot::reflect::Array< T, N >

Can be embedded in a Layout type to read an element list property of some fixed size N, with elements of type T. The size type is used in the PLY format to store the type of the length of the list.

Definition at line 53 of file reflect.hpp.

Member Typedef Documentation

◆ DestT

template<typename T , std::size_t N>
using plywoot::reflect::Array< T, N >::DestT = T

Type of the elements in the destination list type.

Definition at line 56 of file reflect.hpp.


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