|
Assimp
v4.1. (December 2018)
|
Helper struct to represent values that might not be present. More...
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 |