BloombergLP::bdlar::IsConstRef

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

NameDescription
bsl::false_typeMetafunction representing the boolean constant false.

Specializations

Name
IsConstRef<ArrayConstRef>
IsConstRef<ChoiceConstRef>
IsConstRef<CustomizedTypeConstRef>
IsConstRef<DynamicTypeConstRef>
IsConstRef<EnumConstRef>
IsConstRef<NullableValueConstRef>
IsConstRef<SequenceConstRef>
IsConstRef<SimpleTypeConstRef>