This partial specialization of is_void derives from bsl::true_type for when the (template parameter) t_TYPE is void.
Synopsis
Declared in <bslmf_isvoid.h>
template<>
struct is_void<void>
: true_type
Base Classes
Name |
Description |
Metafunction representing the boolean constant |
Created with MrDocs