Home
last modified time | relevance | path

Searched refs:any_vector (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/poly_collection/example/
Dperf.cpp265 struct any_vector:std::vector<boost::type_erasure::any<Concept>> struct
282 struct sorted_any_vector:any_vector<Concept> argument
295 struct shuffled_any_vector:any_vector<Concept>
587 auto av= label<any_vector<concept_>> in main()
/third_party/boost/libs/poly_collection/doc/
Dpoly_collection.qbk926 * Baseline container: `any_vector` = `std::vector<boost::type_erasure::any<concept_>>`