...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::container::pmr::small_vector_of
// In header: <boost/container/pmr/small_vector.hpp> template<typename T, std::size_t N> struct small_vector_of { // types typedef boost::container::small_vector< T, N, polymorphic_allocator< T > > type; };