OSSIA
Open Scenario System for Interactive Application
ptr_container.hpp File Reference

Go to the source code of this file.

Namespaces

 ossia
 

Typedefs

template<typename T >
using ossia::ptr_container = std::vector< std::shared_ptr< T >, std::allocator< std::shared_ptr< T > >>
 
template<typename T , std::size_t N>
using ossia::small_ptr_container = ossia::small_vector< std::shared_ptr< T >, N >