mrdocs::isCopyAssignment
Check whether a function is a copy assignment operator.
Synopsis
Declared in <mrdocs/Metadata/Symbol/Function.hpp>
bool
isCopyAssignment(FunctionSymbol const& func);
Description
A copy assignment operator is a non‐template operator= whose parameter is of type X, X&, const X&, volatile X&, or const volatile X& ([class.copy.assign]).
Parameters
| Name | Description |
|---|---|
func |
The function to check. |
Created with MrDocs