Quick Links:

bal | bbl | bdl | bsl

bslmf::IsVoid< t_TYPE > Struct Template Reference

#include <bslmf_isvoid.h>


Detailed Description

template<class t_TYPE>
struct bslmf::IsVoid< t_TYPE >

This struct template implements a meta-function to determine if the (template parameter) t_TYPE is the (possibly cv-qualified) void type. This struct derives from bslmf::MetaInt<1> if t_TYPE is the void type, and bslmf::MetaInt<0> otherwise.

Note that although this struct is functionally equivalent to bsl::is_void, and the use of bsl::is_void should be preferred.

See Component bslmf_isvoid


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