Assimp  v3.1.1 (June 2014)
glTF::Nullable< T > Struct Template Reference

Helper struct to represent values that might not be present. More...

Public Member Functions

 Nullable ()
 
 Nullable (T &val)
 

Public Attributes

bool isPresent
 
value
 

Detailed Description

template<class T>
struct glTF::Nullable< T >

Helper struct to represent values that might not be present.

Constructor & Destructor Documentation

◆ Nullable() [1/2]

template<class T >
glTF::Nullable< T >::Nullable ( )
inline

◆ Nullable() [2/2]

template<class T >
glTF::Nullable< T >::Nullable ( T &  val)
inline

Member Data Documentation

◆ isPresent

template<class T >
bool glTF::Nullable< T >::isPresent

◆ value

template<class T >
T glTF::Nullable< T >::value

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