Namespaces
Variants

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

From cppreference.com
Revision as of 10:02, 9 January 2013 by Oli (talk | contribs) (See also: std::bitset::flip())
 
 
 
 
Defined in header <vector>
void flip();

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

Parameters

(none)

Return value

(none)

See also

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