AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
aui::constraint::avoid_copy< T > Class Template Reference

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
 

Detailed Description

template<typename T>
class aui::constraint::avoid_copy< T >

Avoids copy of the wrapped value, pointing to a reference.

Template Parameters
T

The caller can be sure his value wouldn't be copied.


The documentation for this class was generated from the following file: