score::dynvector_impl< T > Class Template Reference

Public Types

using value_type = T
 
using iterator = T *
 
using const_iterator = T *
 

Public Member Functions

 dynvector_impl (T *t, std::size_t capacity)
 
 dynvector_impl (const dynvector_impl &other)=default
 
 dynvector_impl (dynvector_impl &&other)=default
 
dynvector_imploperator= (const dynvector_impl &other)=default
 
dynvector_imploperator= (dynvector_impl &&other)=default
 
iterator begin () const
 
iterator end () const
 
std::size_t size () const
 
T & operator[] (std::size_t pos) const
 
void push_back (T &&t)
 
void push_back (const T &t)
 

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