Variable: c-ts-mode--c++-operator-keywords

c-ts-mode--c++-operator-keywords is a variable defined in c-ts-mode.el.gz.

Value

("and" "and_eq" "bitand" "bitor" "compl" "not" "not_eq" "or" "or_eq"
 "xor" "xor_eq")

Documentation

C++ operators that we fontify as keywords.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/c-ts-mode.el.gz
(defvar c-ts-mode--c++-operator-keywords
  '("and" "and_eq" "bitand" "bitor" "compl" "not" "not_eq" "or" "or_eq"
    "xor" "xor_eq")
  "C++ operators that we fontify as keywords.")