AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
aui::constraint::avoid_copy< T > Class Template Reference

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

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.

Public Member Functions

 avoid_copy (T &value)
 
 operator T& () const
 
T & operator* () const
 
T * operator-> () const
 

#include <AUI/Traits/values.h>


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