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::defer_trait< Deferred, AN >::tag_valid< R > Struct Template Reference

#include <rx-util.hpp>

Static Public Attributes

static const bool valid = true
 
static const bool value = R
 

Member Data Documentation

template<template< class...TN > class Deferred, class... AN>
template<bool R>
const bool rxcpp::util::defer_trait< Deferred, AN >::tag_valid< R >::valid = true
static
template<template< class...TN > class Deferred, class... AN>
template<bool R>
const bool rxcpp::util::defer_trait< Deferred, AN >::tag_valid< R >::value = R
static

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