Determine if a type T
is an instantiation of reference_wrapper
.
More...
#include <ref.hpp>
Public Member Functions | |
BOOST_STATIC_CONSTANT (bool, value=false) | |
Determine if a type T
is an instantiation of reference_wrapper
.
The value static constant will be true if the type T
is a specialization of reference_wrapper
.
boost::is_reference_wrapper< T >::BOOST_STATIC_CONSTANT | ( | bool | , |
value | = false |
||
) |