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 | Public Member Functions | List of all members
cpplinq::util::identity< Type > Struct Template Reference

#include <util.hpp>

Public Types

typedef Type type
 

Public Member Functions

Type operator() (const Type &left) const
 

Member Typedef Documentation

template<class Type >
typedef Type cpplinq::util::identity< Type >::type

Member Function Documentation

template<class Type >
Type cpplinq::util::identity< Type >::operator() ( const Type &  left) const
inline

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