Metafunction that yields true for bdlar const‐reference types.

Synopsis

Declared in <bdlar_isref.h>

template<class t_TYPE>
struct IsConstRef
    : bsl::false_type

Base Classes

Name

Description

bsl::false_type

Metafunction representing the boolean constant false.

Specializations