#include <rx-operators.hpp>
|
| operator_factory (tuple_type an) |
|
template<class... ZN> |
auto | operator() (tag_type t, ZN &&... zn) const -> decltype(observable_member(t, std::forward< ZN >(zn)...)) |
|
template<class Observable > |
auto | operator() (Observable source) const -> decltype(rxu::apply(std::tuple_cat(std::make_tuple(tag_type |
|
◆ operator_factory()
template<class Tag , class... AN>
◆ operator()() [1/2]
template<class Tag , class... AN>
template<class... ZN>
◆ operator()() [2/2]
template<class Tag , class... AN>
template<class Observable >
auto rxcpp::operator_factory< Tag, AN >::operator() |
( |
Observable |
source | ) |
const -> decltype(rxu::apply(std::tuple_cat(std::make_tuple(tag_type |
|
inline |
◆ nullptr [1/2]
template<class Tag , class... AN>
◆ nullptr [2/2]
template<class Tag , class... AN>
Initial value:{
return rxu::apply(std::tuple_cat(std::make_tuple(tag_type{},
source), an), *
this)
◆ source
template<class Tag , class... AN>
The documentation for this class was generated from the following file: