cesium-native
0.41.0
|
Visitor that retrieves the count of elements in the given accessor type as an int64_t. More...
#include <CesiumGltf/AccessorUtility.h>
Public Member Functions | |
int64_t | operator() (std::monostate) |
template<typename T > | |
int64_t | operator() (const AccessorView< T > &value) |
Visitor that retrieves the count of elements in the given accessor type as an int64_t.
Definition at line 16 of file AccessorUtility.h.