Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::unwrap_reference< T > Struct Template Reference

Find the type in a reference_wrapper. More...

#include <ref.hpp>

Public Types

typedef T type
 

Detailed Description

template<typename T>
struct boost::unwrap_reference< T >

Find the type in a reference_wrapper.

The typedef type is T::type if T is a reference_wrapper, T otherwise.

Member Typedef Documentation

template<typename T>
typedef T boost::unwrap_reference< T >::type

The documentation for this struct was generated from the following file: