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