#include <apibase.h>
Use this class when you need a default argument for parameters of type VALUETYPE&. As an example, consider a function which can return connection details only if required by caller.
Public Member Functions | |
DefaultLValue ()=default | |
DefaultLValue (const VALUETYPE &value) | |
operator VALUETYPE & () | |
operator const VALUETYPE & () const | |
Private Attributes | |
VALUETYPE | _value |
|
default |
|
explicit |
operator VALUETYPE & | ( | ) |
operator const VALUETYPE & | ( | ) | const |
|
private |