Private helper for IsConvertible complete‐type checks.

Synopsis

Declared in <bslmf_isconvertible.h>

template<
    class t_TYPE,
    bool = bsl::is_function<t_TYPE>::value || bsl::is_void<t_TYPE>::value>
struct IsConvertible_CheckComplete;

Type Aliases

Name

Description

type

This typedef is an alias to t_TYPE.

Enums

Name

Description

Unnamed enum

Enumeration used to force a complete type for SFINAE checks.

Specializations

Derived Classes