Rebel Fork Framework
Urho3D::SparseSpan< T > Struct Template Reference

Public Types

typedef T element_type
 
typedef ea::remove_cv_t< T > value_type
 

Public Member Functions

 SparseSpan (const ea::span< T > &data, const ea::span< unsigned > &indices)
 
 SparseSpan (T *data, unsigned *indices)
 
T & operator[] (unsigned index) const
 

Public Attributes

T * data_
 
unsigned * indices_
 

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