C++ Logo

std-proposals

Advanced search

Re: [std-proposals] ^^operator [was: Re: New draft proposal: Add "%s" (two-digit truncated-integer seconds) as a std::format conversion specifier for std::chrono time types.]

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Thu, 4 May 2023 09:49:46 +0200
Some prior art: https://docs.raku.org/language/operators#infix_^^ If chained to at least three operands: A ^^ B ^^ C ^^ ... unlike ^, it does not calculate parity, but whether exactly one operand is TRUE and does so in a short-circuit way. PS Sorry for posting 3 messages instead of 1

Received on 2023-05-04 07:49:48