#include <ByRef.hpp>
Public Member Functions | |
ByRef (T &_ref) | |
Construct the objects. | |
operator const T & () const | |
operator T & () const | |
Access the data by reference. |
ByRef< T >::operator const T & | ( | ) | const [inline] |
ByRef< T >::operator T & | ( | ) | const [inline] |
Access the data by reference.