#include <rx-distinct.hpp>
|
template<class Observable , class SourceValue = rxu::value_type_t<Observable>, class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, is_hashable<SourceValue>>, class Distinct = rxo::detail::distinct<SourceValue>> |
static auto | member (Observable &&o) -> decltype(o.template lift< SourceValue >(Distinct())) |
|
template<class... AN> |
static operators::detail::distinct_invalid_t< AN... > | member (AN...) |
|
◆ member() [1/2]
template<class Observable , class SourceValue = rxu::value_type_t<Observable>, class Enabled = rxu::enable_if_all_true_type_t< is_observable<Observable>, is_hashable<SourceValue>>, class Distinct = rxo::detail::distinct<SourceValue>>
◆ member() [2/2]
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/RxCpp-4.1.0/Rx/v2/src/rxcpp/operators/rx-distinct.hpp