Variable: c-opt-type-suffix-key
c-opt-type-suffix-key is a buffer-local variable defined in
cc-engine.el.gz.
Documentation
Regexp matching operators that might follow after a type, or nil in
languages that don't have such operators. The end of the first
submatch is taken as the end of the operator. This should not match
things like C++ template arglists if c-recognize-<>-arglists is set.
It's undefined whether identifier syntax (see c-identifier-syntax-table)
is in effect or not.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz
(c-declare-lang-variables)