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

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

Member Data Documentation

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

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