Namespaces
Variants

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

From cppreference.com
Revision as of 02:41, 1 June 2013 by P12bot (talk | contribs) (Shorten template names. Use {{lc}} where appropriate.)
 
 
 
 
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]