template <typename T, const bool& Enabled>
struct MaybeStack
Defined at line 55 of file ../../sdk/lib/c/threads/stack-abi.h
Public Members
T value
Public Methods
void MaybeStack<T, Enabled> ()
Defined at line 58 of file ../../sdk/lib/c/threads/stack-abi.h
void MaybeStack<T, Enabled> (const MaybeStack<T, Enabled> & )
Defined at line 59 of file ../../sdk/lib/c/threads/stack-abi.h
MaybeStack<T, Enabled> & operator= (const MaybeStack<T, Enabled> & )
Defined at line 61 of file ../../sdk/lib/c/threads/stack-abi.h
MaybeStack<T, Enabled> & operator= (T new_value)
Defined at line 62 of file ../../sdk/lib/c/threads/stack-abi.h