Go to the source code of this file.
|
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 > |
|