This specialization of IsTransparentPredicate, for when the (template parameter) t_COMPARATOR is transparent, derives from bsl::true_type.

Synopsis

Declared in <bslmf_istransparentpredicate.h>

template<
    class t_COMPARATOR,
    class t_KEY>
struct IsTransparentPredicate<t_COMPARATOR, t_KEY, bsl::void_t<t_COMPARATOR::is_transparent>>
    : bsl::true_type

Base Classes

Name

Description

bsl::true_type

Metafunction representing the boolean constant true.

Created with MrDocs