CppCommon
1.0.4.1
C++ Common Library
|
Intrusive stack container inline implementation. More...
Go to the source code of this file.
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Functions | |
template<typename T > | |
void | CppCommon::swap (Stack< T > &stack1, Stack< T > &stack2) noexcept |
template<typename T > | |
void | CppCommon::swap (StackIterator< T > &it1, StackIterator< T > &it2) noexcept |
template<typename T > | |
void | CppCommon::swap (StackConstIterator< T > &it1, StackConstIterator< T > &it2) noexcept |
Intrusive stack container inline implementation.
Definition in file stack.inl.