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.
Definition at line 239 of file core/ref.hpp.
| typedef T boost::unwrap_reference< T >::type |
Definition at line 241 of file core/ref.hpp.