score::IndirectArray< T, N > Class Template Reference

Public Types

using value_type = T
 

Public Member Functions

template<typename... Args>
 IndirectArray (Args &&... args) noexcept
 
auto begin () noexcept
 
auto end () noexcept
 
auto begin () const noexcept
 
auto end () const noexcept
 
auto cbegin () const noexcept
 
auto cend () const noexcept
 
auto & operator[] (int pos) noexcept
 
auto & operator[] (int pos) const noexcept
 

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