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 Member Functions | List of all members
rxcpp::delayed_type< T, AN > Struct Template Reference

#include <rx-operators.hpp>

Public Types

using value_type = T
 

Static Public Member Functions

static T value (AN **...)
 

Member Typedef Documentation

template<class T , class... AN>
using rxcpp::delayed_type< T, AN >::value_type = T

Member Function Documentation

template<class T , class... AN>
static T rxcpp::delayed_type< T, AN >::value ( AN **  ...)
inlinestatic

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