The "Unknown:"s below indicate that an entry is incomplete.
See the various entries for C++
Unknown:
documentation comment
[](ta a, tb b) { ... } | anonymous function |
[](ta a, tb b) -> typ { ... } | anonymous function |
R"[ ... ]" | strings (with no interpolation of variables) |
Unknown:
join a list of strings in a string using a glue string
0 nullptr(1) | optional value (null value) |
( a, b, c ) | tuple constructor |
tuple< typ1, ..., typn > | tuple type |
Unknown:
optional value (null coalescing)
Unknown:
type name
random (random number)
random (seed the pseudo random generator)