Defined in header <vector> | ||
---|---|---|
void flip(); |
Toggles each bool
in the vector (replaces with its opposite value).
(none).
(none).
access specified element (public member function of std::vector<T,Allocator> ) |
|
toggles the values of bits (public member function of std::bitset<N> ) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/container/vector_bool/flip