ArrayList.hpp File Reference
#include <PlayRho/Defines.hpp>
#include <array>
#include <cassert>
#include <initializer_list>
#include <type_traits>

Go to the source code of this file.

Classes

class  playrho::ArrayList< VALUE_TYPE, MAXSIZE, SIZE_TYPE >
 Array list. More...
 
class  std::tuple_size< playrho::ArrayList< T, N, SIZE_TYPE > >
 Tuple size specialization for ArrayList classes. More...
 

Namespaces

 playrho
 

Functions

template<typename T , std::size_t S>
ArrayList< T, S > & playrho::operator+= (ArrayList< T, S > &lhs, const typename ArrayList< T, S >::data_type &rhs)
 ArrayList append operator. More...
 
template<typename T , std::size_t S>
ArrayList< T, S > playrho::operator+ (ArrayList< T, S > lhs, const typename ArrayList< T, S >::data_type &rhs)
 ArrayList add operator. More...