Simple Application Framework
1
|
Reference and const reference wrappers.
Go to the source code of this file.
Namespaces | |
namespace | Saf |
Global library namespace. | |
Functions | |
template<class T > | |
Internal::RefWrapper< T const > | Saf::ConstRef (T const &val) |
Const reference wrapper. | |
template<class T > | |
Internal::RefWrapper< T > | Saf::Ref (T &val) |
Reference wrapper. |
Reference and const reference wrappers.