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

#include <reflect.hpp>

Public Types

using DestT = T
 Target property type.
 

Detailed Description

template<typename T, typename = void>
struct plywoot::reflect::Type< T, typename >

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.

Member Typedef Documentation

◆ DestT

template<typename T , typename = void>
using plywoot::reflect::Type< T, typename >::DestT = T

Target property type.

Definition at line 38 of file reflect.hpp.


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