Variable: c-ts-mode--c++-operators
c-ts-mode--c++-operators is a variable defined in c-ts-mode.el.gz.
Value
(".*" "->*" "<=>")
Documentation
C++ operators that aren't supported by C.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/c-ts-mode.el.gz
(defvar c-ts-mode--c++-operators
'(".*" "->*" "<=>")
"C++ operators that aren't supported by C.")