OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linq_select
(Results
1 - 2
of
2
) sorted by null
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
linq_select.hpp
12
class
linq_select
class in namespace:cpplinq
43
linq_select
(const Collection& c, Selector sel) : c(c), sel(sel) {}
function in class:cpplinq::linq_select
linq.hpp
175
#include "
linq_select
.hpp"
244
linq_driver<
linq_select
<Collection, Selector> > select(Selector sel) const {
245
return
linq_select
<Collection, Selector>(c, std::move(sel) );
Completed in 95 milliseconds