SingleValueReceiver< T, ERROR_WHEN_AMBIGUOUS > Class Template Reference
#include <valuereceiver.h>
公共成员函数 |
|
operator ValueReceiver< T > () | |
const Opt < typename std::decay< T >::type > & | Get () const |
Bool | IsPopulated () const |
Bool | IsEmpty () const |
Int | GetCount () const |
void | 重置 () |
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 |