#include <valuereceiver.h>
Public Member Functions | |
operator ValueReceiver< T > () | |
const Opt< typename std::decay< T >::type > & | Get () const |
Bool | IsPopulated () const |
Bool | IsEmpty () const |
Int | GetCount () const |
void | Reset () |
Private Attributes | |
Opt< typename std::decay< T >::type > | _value |
Int | _count |
operator ValueReceiver< T > | ( | ) |
const Opt<typename std::decay<T>::type>& Get | ( | ) | const |
Bool IsPopulated | ( | ) | const |
Bool IsEmpty | ( | ) | const |
Int GetCount | ( | ) | const |
void Reset | ( | ) |
|
private |
|
private |