Searched refs:concept_ (Results 1 – 5 of 5) sorted by relevance
45 using concept_=boost::type_erasure::incrementable<>; typedef46 using collection=boost::any_collection<concept_>;62 concept_,
330 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()
577 using concept_=boost::mpl::vector< in main() typedef587 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()
188 using concept_=typename type_erasure::concept_of<value_type>::type; in make_value_type() typedef195 type_erasure::binding<concept_>{b} in make_value_type()
727 * `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_>`