Template Struct remove_const_reference

Struct Documentation

template<typename T>
struct remove_const_reference

Public Types

typedef boost::remove_const<typename boost::remove_reference<T>::type>::type type