|
rippled
|
#include <LocalValue.h>
Public Member Functions | |
| template<class... Args> | |
| LocalValue (Args &&... args) | |
| T & | operator* () |
| Stores instance of T specific to the calling coroutine or thread. | |
| T * | operator-> () |
| Stores instance of T specific to the calling coroutine or thread. | |
Private Attributes | |
| T | t_ |
Definition at line 66 of file LocalValue.h.
Definition at line 70 of file LocalValue.h.
| T & ripple::LocalValue< T >::operator* | ( | ) |
Stores instance of T specific to the calling coroutine or thread.
Definition at line 91 of file LocalValue.h.
| T * ripple::LocalValue< T >::operator-> | ( | ) |
Stores instance of T specific to the calling coroutine or thread.
Definition at line 80 of file LocalValue.h.
|
private |
Definition at line 86 of file LocalValue.h.