struct has_function_signature
Declaration
template <typename RecordTy>
struct has_function_signature : public std::integral_constant { /* full declaration omitted */ };
Description
Check if a record type has a function signature mixin. This is denoted by the record type having a ``Signature`` field of type FunctionSignature.
Declared at: clang/include/clang/ExtractAPI/API.h:464
Inherits from: std::integral_constant
Templates
- RecordTy