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