Lumiera  0.pre.03
»edit your freedom«
ReturnRef< T > Class Template Reference

#include "lib/wrapper.hpp"

Description

template<typename T>
class lib::wrapper::ReturnRef< T >

Reference wrapper implemented as constant function, returning the (fixed) reference on invocation.

Definition at line 72 of file wrapper.hpp.

Public Member Functions

 ReturnRef (T &target)
 
T & operator() () const
 

Private Attributes

T & ref_
 
+ Collaboration diagram for ReturnRef< T >:

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