This partial specialization of IsReferenceWrapper derives from bsl::true_type for when the (template parameter) type is a bsl::reference_wrapper.
Declared in <bslmf_referencewrapper.h>
template<class T>
struct IsReferenceWrapper<bsl::reference_wrapper<T>>
: bsl::true_type
| Name | Description |
|---|---|
bsl::true_type | Metafunction representing the boolean constant true. |