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++.
|
#include <util.hpp>
Public Member Functions | |
value_ptr (const T &value) | |
value_ptr (const T *pvalue) | |
const T * | operator-> () |
Public Attributes | |
T | value |
|
inline |
|
inline |
|
inline |
T cpplinq::util::value_ptr< T >::value |