sigx++  2.0.1
Namespaces | Functions
ref.h File Reference
#include <sigc++/reference_wrapper.h>

Go to the source code of this file.

Namespaces

namespace  sigx

Functions

template<class T_type >
sigc::reference_wrapper< T_type > sigx::ref (T_type &v)
template<class T_type >
sigc::const_reference_wrapper
< T_type > 
sigx::ref (const T_type &v)
template<class T_type >
sigc::reference_wrapper< T_type > sigx::ref (const sigc::reference_wrapper< T_type > &v)
template<class T_type >
sigc::const_reference_wrapper
< T_type > 
sigx::ref (const sigc::const_reference_wrapper< T_type > &v)