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_not_valid Struct Reference

#include <rx-util.hpp>

Static Public Attributes

static const bool valid = false
 
static const bool value = false
 

Member Data Documentation

template<template< class...TN > class Deferred, class... AN>
const bool rxcpp::util::defer_trait< Deferred, AN >::tag_not_valid::valid = false
static
template<template< class...TN > class Deferred, class... AN>
const bool rxcpp::util::defer_trait< Deferred, AN >::tag_not_valid::value = false
static

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