clang API Documentation

clang::ArrayType_cannot_be_used_with_getAs< T, isArrayType > Struct Template Reference

#include <Type.h>


Detailed Description

template<typename T, bool isArrayType = (std::is_same<T, ArrayType>::value || std::is_base_of<ArrayType, T>::value)>
struct clang::ArrayType_cannot_be_used_with_getAs< T, isArrayType >

Definition at line 5212 of file Type.h.


The documentation for this struct was generated from the following file: