mrdocs::isSpecialMemberFunction
Check whether a function is a special member function.
Synopsis
Declared in <mrdocs/Metadata/Symbol/Function.hpp>
bool
isSpecialMemberFunction(FunctionSymbol const& func);
Description
A special member function is a default constructor, copy/move constructor, copy/move assignment operator, or destructor ([special]).
Parameters
| Name | Description |
|---|---|
func |
The function to check. |
Created with MrDocs