Template Function std::swap(ams::SmallVector<T, N>&, ams::SmallVector<T, N>&)¶
Defined in File SmallVector.hpp
Function Documentation¶
-
template<typename T, unsigned N>
inline void std::swap(ams::SmallVector<T, N> &LHS, ams::SmallVector<T, N> &RHS)¶ Implement std::swap in terms of SmallVector swap.