My Project
|
If the provided type is an array type (taking into account const qualifications), provides the member constant value equal to true. Otherwise the member constant value is false. More...
#include <is_array.hpp>
Inherits bsl::integral_constant< T, v >.
Additional Inherited Members | |
![]() | |
using | type = integral_constant< T, v > |
provides the member typedef "type" | |
using | value_type = T |
provides the member typedef "value_type" | |
![]() | |
static constexpr value_type | value {v} |
the type T that stores the integral constant | |
If the provided type is an array type (taking into account const qualifications), provides the member constant value equal to true. Otherwise the member constant value is false.
T | the type to query |