Go to the first, previous, next, last section, table of contents.


4.10.2 C++ Declaration Symbols

The following symbols are used as special symbols in most contexts, but not within a predicate or term (see section 6.1 Predicates), where are instead recognized as lsl-op symbols, (see section 4.10.5 LSL Operators).

C++decl-symbol ::= < | > | * | & | ~

(See section 4.15 Alternative Tokens, for synonyms for &, and ~.)


Go to the first, previous, next, last section, table of contents.