|
fennec
|
Check if T is of type void.
More...
#include <type_traits.h>
Inherits detail::_is_void< remove_cvref_t< T > >.
Stores a boolean value in is_void::value, representing whether the provided type is of base type void.
| T | type to check |