BloombergLP::bslmf::VoidType

Metafunction that always yields type void for any well-formed list of type parameters.

Synopsis

Declared in <bslmf_voidtype.h>

template<class...>
struct VoidType;

Description

This metafunction is useful when using SFINAE to probe for well-formed types.

Type Aliases

NameDescription
type Always void.