This struct template implements the is_void meta‐function defined in the C++11 standard [meta.unary.cat]to determine if the (template parameter) t_TYPE is the (possibly cv‐qualified) void type. This struct derives from bsl::true_type if t_TYPE is the void type, and bsl::false_type otherwise.
Synopsis
Declared in <bslmf_isvoid.h>
template<class t_TYPE>
struct is_void
: false_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Specializations
Name |
Description |
This partial specialization of |
|
This partial specialization of |
|
This partial specialization of |
|
This partial specialization of |
Created with MrDocs