a binary operator that returns its first operand if that operand is true, and otherwise evaluates and returns its second operand. It is a variant of the ternary conditional operator, ? :, found in those languages (and many others): the Elvis operator is the ternary operator with its second operand omitted. (с)
в других языках он может значить что угодно, но если мы обсуждаем C++ и GNU расширения, то давайте не будем уходить от темы
Обсуждают сегодня