Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_selectmany.hpp98 typedef typename collection_store_type::store collection_store; typedef in cpplinq::linq_select_many::cursor
99 typedef std::shared_ptr<collection_store> collection_store_ptr;
115 store = std::make_shared<collection_store>(fn(cur1.get())); in cursor()
145 store = std::make_shared<collection_store>(fn(cur1.get())); in thunk()