|
Assimp v3.1.1 (June 2014)
|
Helper struct to represent values that might not be present. More...
#include <glTFAsset.h>
Public Member Functions | |
| Nullable () | |
| Nullable (T &val) | |
Public Attributes | |
| bool | isPresent |
| T | value |
Helper struct to represent values that might not be present.
|
inline |
|
inline |
| bool glTF::Nullable< T >::isPresent |
| T glTF::Nullable< T >::value |