Find the type in a reference_wrapper
.
More...
#include <ref.hpp>
Public Types | |
typedef T | type |
Find the type in a reference_wrapper
.
The typedef
type is T::type
if T
is a reference_wrapper
, T
otherwise.
typedef T boost::unwrap_reference< T >::type |