|
STL Memory Versioning
|
simpliest determenistic merge strategy. More...
#include <vs_stack.h>
Public Member Functions | |
| void | merge (std::stack< _Key > &dst, std::stack< _Key > &src) |
| void | merge_same_element (std::stack< _Key > &dst, _Key &dstk, _Key &srck) |
simpliest determenistic merge strategy.
On merge, puts everything from one stack to other. It is expected to start with empty stacks and merge remainders, or for user to override this strategy.
Definition at line 136 of file vs_stack.h.
|
inline |
Definition at line 141 of file vs_stack.h.
|
inline |
Definition at line 151 of file vs_stack.h.