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