This struct should be specialized for third‐party types that are need to expose "array" behavior. See the component‐level documentation for further information.

Synopsis

Declared in <bdlat_arrayfunctions.h>

template<class TYPE>
struct IsArray
    : bsl::false_type

Base Classes

Name

Description

bsl::false_type

Metafunction representing the boolean constant false.

Specializations

Derived Classes

Name

Description

IsArray

Metafunction indicating whether the specified type is a bdlat array.

Created with MrDocs