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 Types | Static Public Attributes | List of all members
rxcpp::util::defer_seed_type< Deferred, AN >::tag_valid< R > Struct Template Reference

#include <rx-util.hpp>

Public Types

typedef R type
 

Static Public Attributes

static const bool value = true
 

Member Typedef Documentation

template<template< class...TN > class Deferred, class... AN>
template<class R >
typedef R rxcpp::util::defer_seed_type< Deferred, AN >::tag_valid< R >::type

Member Data Documentation

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

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