![]() |
Home | Libraries | People | FAQ | More |
boost::container::swap — Swaps contents of two static_vectors.
// In header: <boost/container/static_vector.hpp> template<typename V, C1, C2, typename O1, typename O2> (static_vector< x, static_vector< y);
This function calls static_vector::swap().
Complexity. Linear O(N).
Parameters: |
|