|
OGRE
1.9.0
|
#include <algorithm>#include <cassert>#include <cstddef>#include <cstdlib>#include <cstring>#include <iterator>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | Ogre |
| namespace | std |
Functions | |
| template<typename T, unsigned N> | |
| void | std::swap (Ogre::SmallVector< T, N > &LHS, Ogre::SmallVector< T, N > &RHS) |
| Implement std::swap in terms of SmallVector swap. | |
| template<typename T> | |
| void | std::swap (Ogre::SmallVectorImpl< T > &LHS, Ogre::SmallVectorImpl< T > &RHS) |
| Implement std::swap in terms of SmallVector swap. | |
1.13.2