This partial specialization of is_reference derives from bsl::true_type for when the (template parameter) t_TYPE is an lvalue reference type.

Synopsis

Declared in <bslmf_isreference.h>

template<class t_TYPE>
struct is_reference<t_TYPE&>
    : true_type

Base Classes

Name

Description

true_type

Metafunction representing the boolean constant true.

Created with MrDocs