Searched defs:packed_segment (Results 1 – 1 of 1) sorted by relevance
41 class packed_segment:public segment_backend<Model,Allocator> class253 packed_segment(const Allocator& al):s{typename store::allocator_type{al}}{} in packed_segment() function in boost::poly_collection::detail::packed_segment254 packed_segment(store&& s):s{std::move(s)}{} in packed_segment() function in boost::poly_collection::detail::packed_segment