Home
last modified time | relevance | path

Searched refs:concept_ (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/poly_collection/test/
Dany_types.hpp45 using concept_=boost::type_erasure::incrementable<>; typedef
46 using collection=boost::any_collection<concept_>;
62 concept_,
Dtest_construction.cpp330 using concept_=boost::type_erasure::relaxed; in test_scoped_allocator()
332 boost::poly_collection::any_collection_value_type<concept_> in test_scoped_allocator()
339 boost::any_collection<concept_,collection_allocator>; in test_scoped_allocator()
/third_party/boost/libs/poly_collection/example/
Dperf.cpp577 using concept_=boost::mpl::vector< in main() typedef
587 auto av= label<any_vector<concept_>> in main()
589 auto sav= label<sorted_any_vector<concept_>> in main()
591 auto shav= label<shuffled_any_vector<concept_>> in main()
593 auto ac= label<any_collection<concept_>> in main()
595 auto fac= label<poly_for_each_any_collection<concept_>> in main()
597 auto rfac= label<poly_for_each_any_collection<concept_,int,double,char>> in main()
/third_party/boost/boost/poly_collection/detail/
Dany_model.hpp188 using concept_=typename type_erasure::concept_of<value_type>::type; in make_value_type() typedef
195 type_erasure::binding<concept_>{b} in make_value_type()
/third_party/boost/libs/poly_collection/doc/
Dpoly_collection.qbk727 * `std::vector<boost::type_erasure::any<concept_>>` → `boost::any_collection<concept_>`
926 * Baseline container: `any_vector` = `std::vector<boost::type_erasure::any<concept_>>`
927 * Polymorphic collection: `any_collection` = `boost::any_collection<concept_>`