Talk:cpp/utility/bitset/flip
From cppreference.com
It says in a note that flip() is equivalent to operator~ but that is not right, since the latter is a const method that just returns the value that the manipulator flip() would change the current value into. Marc van Leeuwen (talk) 05:42, 17 March 2017 (PDT)