rippled
|
Public Member Functions | |
template<class... Args> | |
LocalValue (Args &&... args) | |
T & | operator* () |
Stores instance of T specific to the calling coroutine or thread. More... | |
T * | operator-> () |
Stores instance of T specific to the calling coroutine or thread. More... | |
Private Attributes | |
T | t_ |
Definition at line 84 of file LocalValue.h.
Definition at line 88 of file LocalValue.h.
T & ripple::LocalValue< T >::operator* |
Stores instance of T specific to the calling coroutine or thread.
Definition at line 109 of file LocalValue.h.
T* ripple::LocalValue< T >::operator-> | ( | ) |
Stores instance of T specific to the calling coroutine or thread.
Definition at line 98 of file LocalValue.h.
|
private |
Definition at line 104 of file LocalValue.h.