CppCommon 1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
Namespaces | Functions
stack.inl File Reference

Intrusive stack container inline implementation. More...

Go to the source code of this file.

Namespaces

namespace  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
 

Detailed Description

Intrusive stack container inline implementation.

Author
Ivan Shynkarenka
Date
20.06.2017

Definition in file stack.inl.