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::is_subscription< T > Class Template Reference

#include <rx-subscription.hpp>

Static Public Attributes

static const bool value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_subscription*>::value
 

Member Data Documentation

template<class T>
const bool rxcpp::is_subscription< T >::value = std::is_convertible<decltype(check<rxu::decay_t<T>>(0)), tag_subscription*>::value
static

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