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).

NumberRuleDetails
12.1All function templates must follow the specified pattern.Applies to nonmember function templates.
12.2All function template parameters must follow the specified pattern.Applies to member and nonmember function templates.
12.3All function template members must follow the specified pattern.