OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Functions | |
template<typename T , unsigned N> | |
void | swap (Ogre::SmallVector< T, N > &LHS, Ogre::SmallVector< T, N > &RHS) |
Implement std::swap in terms of SmallVector swap. | |
template<typename T > | |
void | swap (Ogre::SmallVectorImpl< T > &LHS, Ogre::SmallVectorImpl< T > &RHS) |
Implement std::swap in terms of SmallVector swap. | |
|
inline |
Implement std::swap in terms of SmallVector swap.
Referenced by Ogre::Any::swap(), Ogre::DualQuaternion::swap(), Ogre::Quaternion::swap(), and Ogre::SmallVectorImpl< T >::swap().
|
inline |
Implement std::swap in terms of SmallVector swap.