cesium-native
0.41.0
|
Visitor that retrieves the status from the given accessor. Returns an invalid status for a std::monostate (interpreted as a nonexistent accessor). More...
#include <CesiumGltf/AccessorUtility.h>
Public Member Functions | |
AccessorViewStatus | operator() (std::monostate) |
template<typename T > | |
AccessorViewStatus | operator() (const AccessorView< T > &value) |
Visitor that retrieves the status from the given accessor. Returns an invalid status for a std::monostate (interpreted as a nonexistent accessor).
Definition at line 28 of file AccessorUtility.h.