45 #ifndef BLOCXX_REF_TO_VALUE_HPP_INCLUDE_GUARD_
46 #define BLOCXX_REF_TO_VALUE_HPP_INCLUDE_GUARD_
48 #include "blocxx/BLOCXX_config.h"
49 namespace BLOCXX_NAMESPACE
RefToValue< T > ByRef(T &t)
RefToValue creator.
RefToValue & operator=(const RefToValue &)
Transports a reference as a value Serves to implement the Colvin/Gibbons trick for SmartPtr/ScopeGuar...
RefToValue(const RefToValue &rhs)