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 Attributes | List of all members
rxcpp::util::all_true< B, BN... > Struct Template Reference

#include <rx-util.hpp>

Static Public Attributes

static const bool value = B && all_true<BN...>::value
 

Member Data Documentation

template<bool B, bool... BN>
const bool rxcpp::util::all_true< B, BN... >::value = B && all_true<BN...>::value
static

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