std::stack<T,Container>::pop (3) - Linux Manuals
std::stack<T,Container>::pop: std::stack<T,Container>::pop
Command to display std::stack<T,Container>::pop
manual in Linux: $ man 3 std::stack<T,Container>::pop
NAME
std::stack<T,Container>::pop - std::stack<T,Container>::pop
Synopsis
void pop();
Removes the top element from the stack. Effectively calls c.pop_back()
Parameters
(none)
Return value
(none)
Complexity
Equal to the complexity of Container::pop_back.
See also
emplace constructs element in-place at the top
(public member function)
(C++11)
inserts element at the top
push (public member function)
accesses the top element
top (public member function)
Pages related to std::stack<T,Container>::pop
- std::stack<T,Container>::push (3) - std::stack<T,Container>::push
- std::stack<T,Container>::emplace (3) - std::stack<T,Container>::emplace
- std::stack<T,Container>::empty (3) - std::stack<T,Container>::empty
- std::stack<T,Container>::operator= (3) - std::stack<T,Container>::operator=
- std::stack<T,Container>::size (3) - std::stack<T,Container>::size
- std::stack<T,Container>::stack (3) - std::stack<T,Container>::stack
- std::stack<T,Container>::swap (3) - std::stack<T,Container>::swap
- std::stack<T,Container>::top (3) - std::stack<T,Container>::top
- std::stack<T,Container>::~stack (3) - std::stack<T,Container>::~stack
- std::stack (3) - std::stack
- std::stable_partition (3) - std::stable_partition
- std::stable_sort (3) - std::stable_sort