Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/wrapper.hpp"
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_ |