Namespaces
Variants
Actions

Talk:cpp/utility/bitset/flip

From cppreference.com
< Talk:cpp‎ | utility‎ | bitset

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)

Makes sense, I tweaked the comparison with operator~ --Cubbi (talk) 05:50, 17 March 2017 (PDT)