AUI Framework
develop
Cross-platform base for C++ UI apps
|
Avoids copy of the wrapped value, pointing to a reference. More...
#include <AUI/Traits/values.h>
Public Member Functions | |
avoid_copy (T &value) | |
operator T& () const | |
T & | operator* () const |
T * | operator-> () const |
Avoids copy of the wrapped value, pointing to a reference.
T |
The caller can be sure his value wouldn't be copied.