This struct template implements a meta‐function to determine whether the (template parameter) t_COMPARATOR is transparent (has a publicly accessible member that is a type named is_transparent). This generic default template derives from bsl::false_type. Template specializations are provided (below) that derive from bsl::true_type.
Synopsis
Declared in <bslmf_istransparentpredicate.h>
template<
class t_COMPARATOR,
class t_KEY,
class = void>
struct IsTransparentPredicate
: bsl::false_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Specializations
Name |
Description |
This specialization of |
Created with MrDocs