Test if a type is void. More...
Static Public Attributes | |
static constexpr const bool | value |
Test if a type is void.
A template that checks a type if it is void.
This instantiation derives from true_type
Based on std::is_void
T | Type to check. |
|
staticconstexpr |