Namespaces
Variants
Views
Actions

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

From cppreference.com
< cpp‎ | container‎ | vector bool
Revision as of 02:02, 9 January 2013 by Oli (Talk | contribs)

 
 
 
 
Defined in header <vector>
void flip();

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

Contents

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]