ΒΆtemplate <typename T,
std::enable_if_t<!std::is_base_of<
FunctionDecl,
T>::value>* = nullptr>
inline bool isDefaultedHelper(const T*)
template <typename T,
std::enable_if_t<!std::is_base_of<
FunctionDecl,
T>::value>* = nullptr>
inline bool isDefaultedHelper(const T*)
Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:878
Templates
- T
- std::enable_if_t::value> * = nullptr
Parameters
- const T*