Main Content
Group 12: Function templates (C++)
The custom rules 12.x
in Polyspace® enforce naming conventions for function templates. For information on how
to enable these rules, see Check custom rules
(-custom-rules)
.
Number | Rule | Details |
---|---|---|
12.1 | All function templates must follow the specified pattern. | Applies to nonmember function templates. |
12.2 | All function template parameters must follow the specified pattern. | Applies to member and nonmember function templates. |
12.3 | All function template members must follow the specified pattern. |