cpp/container/vector bool/flip: Difference between revisions
From cppreference.com
Andreas Krug (talk | contribs) m fmt |
m fmt. Besides, it would be convenient if over time std::vector<bool> gained most of the operations that std::bitset and boost::dynamic_bitset have... |
||
| Line 1: | Line 1: | ||
{{cpp/container/vector_bool/title|flip}} | {{cpp/container/vector_bool/title|flip}} | ||
{{cpp/container/vector_bool/navbar}} | {{cpp/container/vector_bool/navbar}} | ||
{{ | {{headervector|| | ||
| | |||
void flip(); | void flip(); | ||
}} | }} | ||
Toggles each {{c|bool}} in the {{rlp|/|vector}} | Toggles each {{c|bool}} in the {{rlp|/|vector}}. | ||
===Example=== | ===Example=== | ||