Quick Links:

bal | bbl | bdl | bsl

Public Types

bslmf::VoidType_2< T1, T2 > Struct Template Reference

#include <bslmf_voidtype.h>

List of all members.

Public Types

typedef void type

Detailed Description

template<class T1, class T2>
struct bslmf::VoidType_2< T1, T2 >

Metafunction that always yields type void for any well-formed list of type parameters. 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_VOIDTYPE2 macro.

See Component bslmf_voidtype


Member Typedef Documentation

template<class T1 , class T2 >
typedef void bslmf::VoidType_2< T1, T2 >::type

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