score::dynarray_impl< T > Class Template Reference

Public Types

using value_type = T
 

Public Member Functions

 dynarray_impl (T *t, std::size_t size)
 
 dynarray_impl (const dynarray_impl &other)=default
 
 dynarray_impl (dynarray_impl &&other)=default
 
dynarray_imploperator= (const dynarray_impl &other)=default
 
dynarray_imploperator= (dynarray_impl &&other)=default
 
auto begin () const
 
auto end () const
 
auto size () const
 
T & operator[] (std::size_t pos) const
 

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