Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::VoidType_1< T1 > Struct Template Reference

#include <bslmf_voidtype.h>

List of all members.

Public Types

typedef void type

Detailed Description

template<class T1>
struct bslmf::VoidType_1< T1 >

Metafunction that always yields type void for any well-formed type parameter. This metafunction is useful when using SFINAE to probe for well-formed types. Note that this metafunction is not intended for direct user consumption, but rather as an implementation detail for the BSLMF_VOIDTYPE macro.

See Component bslmf_voidtype


Member Typedef Documentation

template<class T1 >
typedef void bslmf::VoidType_1< T1 >::type

The documentation for this struct was generated from the following file: