Namespaces
Variants
Views
Actions

std::vector<bool,Allocator>::flip

From cppreference.com
< cpp‎ | container‎ | vector bool
Revision as of 18:41, 31 May 2013 by P12bot (Talk | contribs)

 
 
 
 
Defined in header <vector>
void flip();

Toggles each bool in the vector (replaces with its opposite value).

Parameters

(none)

Return value

(none)

See also

Template:cpp/container/dcl list operator at
toggles the values of bits
(public member function of std::bitset<N>) [edit]