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

#include <util.hpp>

Public Member Functions

 value_ptr (const T &value)
 
 value_ptr (const T *pvalue)
 
const T * operator-> ()
 

Public Attributes

value
 

Constructor & Destructor Documentation

template<class T>
cpplinq::util::value_ptr< T >::value_ptr ( const T &  value)
inline
template<class T>
cpplinq::util::value_ptr< T >::value_ptr ( const T *  pvalue)
inline

Member Function Documentation

template<class T>
const T* cpplinq::util::value_ptr< T >::operator-> ( )
inline

Member Data Documentation

template<class T>
T cpplinq::util::value_ptr< T >::value

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