asmjit::Support::Array< T, N > Struct Template Reference
template<typename T, size_t N>
struct asmjit::Support::Array< T, N >

Array type, similar to std::array<T, N>, with the possibility to use enums in operator[].

Note
The array has C semantics - the elements in the array are not initialized.

Public Members

Members

Member Functions

Overloaded Operators
Accessors
Utilities

Member Data Documentation

template<typename T, size_t N>
T Support::Array<T, N>::_data[N]◆ 

The underlying array data, use data() to access it.