asmjit::Support::Array< T, N > Struct Template Reference [¶]
template<typename T, size_t N>
struct asmjit::Support::Array< 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.