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++.
Public Member Functions | List of all members
rxcpp::util::all_values_true Struct Reference

#include <rx-util.hpp>

Public Member Functions

template<class... ValueN>
bool operator() (ValueN...vn) const
 
template<class Value0 >
bool operator() (Value0 v0) const
 
template<class Value0 , class... ValueN>
bool operator() (Value0 v0, ValueN...vn) const
 

Member Function Documentation

template<class... ValueN>
bool rxcpp::util::all_values_true::operator() ( ValueN...  vn) const
template<class Value0 >
bool rxcpp::util::all_values_true::operator() ( Value0  v0) const
inline
template<class Value0 , class... ValueN>
bool rxcpp::util::all_values_true::operator() ( Value0  v0,
ValueN...  vn 
) const
inline

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