clang 19.0.0git
clang::extractapi::has_function_signature< RecordTy > Struct Template Reference

Check if a record type has a function signature mixin. More...

#include "clang/ExtractAPI/API.h"

Inheritance diagram for clang::extractapi::has_function_signature< RecordTy >:
Inheritance graph
[legend]

Detailed Description

template<typename RecordTy>
struct clang::extractapi::has_function_signature< RecordTy >

Check if a record type has a function signature mixin.

This is denoted by the record type having a Signature field of type FunctionSignature.

Definition at line 1127 of file API.h.


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