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++.
Static Public Member Functions | List of all members
rxcpp::member_overload< filter_tag > Struct Template Reference

#include <rx-filter.hpp>

Static Public Member Functions

template<class Observable , class Predicate , class SourceValue = rxu::value_type_t<Observable>, class Filter = rxo::detail::filter<SourceValue, rxu::decay_t<Predicate>>>
static auto member (Observable &&o, Predicate &&p) -> decltype(o.template lift< SourceValue >(Filter(std::forward< Predicate >(p))))
 
template<class... AN>
static operators::detail::filter_invalid_t< AN... > member (const AN &...)
 

Member Function Documentation

template<class Observable , class Predicate , class SourceValue = rxu::value_type_t<Observable>, class Filter = rxo::detail::filter<SourceValue, rxu::decay_t<Predicate>>>
static auto rxcpp::member_overload< filter_tag >::member ( Observable &&  o,
Predicate &&  p 
) -> decltype(o.template lift<SourceValue>(Filter(std::forward<Predicate>(p))))
inlinestatic
template<class... AN>
static operators::detail::filter_invalid_t<AN...> rxcpp::member_overload< filter_tag >::member ( const AN &  ...)
inlinestatic

The documentation for this struct was generated from the following file: