Home
last modified time | relevance | path

Searched defs:packed_segment (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/poly_collection/detail/
Dpacked_segment.hpp41 class packed_segment:public segment_backend<Model,Allocator> class
253 packed_segment(const Allocator& al):s{typename store::allocator_type{al}}{} in packed_segment() function in boost::poly_collection::detail::packed_segment
254 packed_segment(store&& s):s{std::move(s)}{} in packed_segment() function in boost::poly_collection::detail::packed_segment