Home
last modified time | relevance | path

Searched refs:const_base_segment_info (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/poly_collection/test/
Dtest_iterators.cpp47 using const_base_segment_info= in test_iterators() typedef
48 typename PolyCollection::const_base_segment_info; in test_iterators()
80 const_base_segment_info cbi=cp.segment(typeid(Type)); in test_iterators()
166 using const_base_segment_info= in test_iterators() typedef
167 typename PolyCollection::const_base_segment_info; in test_iterators()
187 const_base_segment_info,base_segment_info>::value, in test_iterators()
/third_party/boost/boost/poly_collection/detail/
Dpoly_collection.hpp162 class const_base_segment_info class in boost::poly_collection::common_impl::poly_collection
165 const_base_segment_info(const const_base_segment_info&)=default;
166 const_base_segment_info& operator=(const const_base_segment_info&)=default;
191 const_base_segment_info(const_segment_map_iterator it)noexcept:it{it}{} in const_base_segment_info() function in boost::poly_collection::common_impl::poly_collection::const_base_segment_info
196 class base_segment_info:public const_base_segment_info
202 using const_base_segment_info::begin;
203 using const_base_segment_info::end;
218 using const_base_segment_info::const_base_segment_info;
322 segment_info_iterator_impl<const_base_segment_info>;
512 const_base_segment_info segment(const std::type_info& info)const in segment()
/third_party/boost/libs/poly_collection/doc/
Dreference.qbk213 …_collection.reference.polymorphic_containers.polymorphic_collections.types.const_base_segment_info]
214 …olymorphic_containers.polymorphic_collections.types.const_base_segment_info `const_base_segment_in…
216 `C::const_base_segment_info`
220 `C::const_base_segment_info` associated to the segment of `c` for `U`, then
238 `C::const_base_segment_info` and exposing its public interface. Additionally,
286 _InputIterator_ with value type and reference type `C::const_base_segment_info`.
296 of `C::const_base_segment_info` objects.
396 `const_base_segment_info` (3) or `const_segment_info<U>` (4) object
Dpoly_collection_synopsis.qbk88 const_base_segment_info _segment_(const std::type_info& info)const;