std::vector<bool,Allocator>::flip (3) - Linux Manuals
std::vector<bool,Allocator>::flip: std::vector<bool,Allocator>::flip
Command to display std::vector<bool,Allocator>::flip
manual in Linux: $ man 3 std::vector<bool,Allocator>::flip
NAME
std::vector<bool,Allocator>::flip - std::vector<bool,Allocator>::flip
Synopsis
Defined in header <vector>
void flip();
Toggles each bool in the vector (replaces with its opposite value).
Parameters
(none)
Return value
(none)
See also
access specified element
operator[] (public member function of std::vector<T,Allocator>)
toggles the values of bits
flip (public member function of std::bitset<N>)
Pages related to std::vector<bool,Allocator>::flip
- std::vector<bool,Allocator>::swap (3) - std::vector<bool,Allocator>::swap
- std::vector<bool> (3) - std::vector<bool>
- std::vector<bool>::reference (3) - std::vector<bool>::reference
- std::vector<T,Allocator>::assign (3) - std::vector<T,Allocator>::assign
- std::vector<T,Allocator>::at (3) - std::vector<T,Allocator>::at
- std::vector<T,Allocator>::back (3) - std::vector<T,Allocator>::back
- std::vector<T,Allocator>::begin,std::vector<T,Allocator>::cbegin (3) - std::vector<T,Allocator>::begin,std::vector<T,Allocator>::cbegin
- std::vector<T,Allocator>::capacity (3) - std::vector<T,Allocator>::capacity
- std::vector<T,Allocator>::clear (3) - std::vector<T,Allocator>::clear
- std::vector<T,Allocator>::data (3) - std::vector<T,Allocator>::data
- std::vector<T,Allocator>::emplace (3) - std::vector<T,Allocator>::emplace
- std::vector<T,Allocator>::emplace_back (3) - std::vector<T,Allocator>::emplace_back
- std::vector<T,Allocator>::empty (3) - std::vector<T,Allocator>::empty
- std::vector<T,Allocator>::end,std::vector<T,Allocator>::cend (3) - std::vector<T,Allocator>::end,std::vector<T,Allocator>::cend
- std::vector<T,Allocator>::erase (3) - std::vector<T,Allocator>::erase
- std::vector<T,Allocator>::front (3) - std::vector<T,Allocator>::front