LLVM: llvm::detail::is_array< T > Struct Template Reference (original) (raw)
A type trait whose value field is true if the given type is a BCArray (of any element kind). More...
#include "[llvm/Bitcode/BitcodeConvenience.h](BitcodeConvenience%5F8h%5Fsource.html)"
| Public Types | |
|---|---|
| typedef bool | value_type |
| Static Public Attributes | |
|---|---|
| static constexpr bool | value |
template<typename T>
struct llvm::detail::is_array< T >
A type trait whose value field is true if the given type is a BCArray (of any element kind).
Definition at line 336 of file BitcodeConvenience.h.
◆ value_type
◆ value
Initial value:
= !std::is_same<decltype(check((T *)nullptr)),
decltype(check(false))>::value
static constexpr bool value
Definition at line 343 of file BitcodeConvenience.h.
The documentation for this struct was generated from the following file:
- include/llvm/Bitcode/BitcodeConvenience.h