PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include <reflect.hpp>
Public Types | |
using | DestT = T |
Type of the elements in the destination list type. | |
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.
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.