cesium-native  0.41.0
CesiumGltf::StatusFromAccessor Struct Reference

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)
 

Detailed Description

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.


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