|
PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include <reflect.hpp>
Public Types | |
| using | DestT = T |
| Target property type. | |
Type wrapper that wraps some type (DestT) that we need to serialize to. A specialization exists that extracts the destination type from some of the reflect helper types.
Definition at line 35 of file reflect.hpp.
| using plywoot::reflect::Type< T, typename >::DestT = T |
Target property type.
Definition at line 38 of file reflect.hpp.