RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
- f -
filter() :
rxcpp::observable< T, SourceOperator >
finally() :
rxcpp::observable< T, SourceOperator >
first() :
cpplinq::linq_driver< Collection >
,
rxcpp::blocking_observable< T, Observable >
,
rxcpp::observable< T, SourceOperator >
first_or_default() :
cpplinq::linq_driver< Collection >
flat_map() :
rxcpp::observable< T, SourceOperator >
forget() :
cpplinq::iter_cursor< Iterator >
,
cpplinq::linq_groupby< Collection, KeyFn, Compare >::cursor
,
cpplinq::linq_select< Collection, Selector >::cursor
,
cpplinq::linq_take_cursor< InnerCursor >
,
cpplinq::linq_where< Collection, Predicate >::cursor
from() :
rxcpp::observable< void, void >
Generated on Wed Feb 13 2019 10:03:17 for RxCpp by
1.8.14