13 #ifndef LOKI_REFTOVALUE_INC_ 14 #define LOKI_REFTOVALUE_INC_ 69 #endif // end file guardian Definition: NullType.h:21
RefToValue< T > ByRef(T &t)
RefToValue creator.
Definition: RefToValue.h:61
RefToValue(const RefToValue &rhs)
Definition: RefToValue.h:38
RefToValue(T &ref)
Definition: RefToValue.h:35
RefToValue & operator=(const RefToValue &)
T & ref_
Definition: RefToValue.h:51
Definition: InputPrereqs.h:78
Transports a reference as a value Serves to implement the Colvin/Gibbons trick for SmartPtr/ScopeGuar...
Definition: RefToValue.h:31