MCPcopy Create free account
hub / github.com/comaps/comaps / swap

Function swap

libs/base/buffer_vector.hpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418
419template <class T, size_t N>
420void swap(buffer_vector<T, N> & r1, buffer_vector<T, N> & r2)
421{
422 r1.swap(r2);
423}
424
425template <typename T, size_t N>
426std::string DebugPrint(buffer_vector<T, N> const & v)

Callers 7

SetAssertFunctionFunction · 0.70
SwapFunction · 0.70
SetLogMessageFnFunction · 0.70
TruncateFileNameMethod · 0.70
RemoveIfKeepValidFunction · 0.70
NormalizeMethod · 0.70
UNIT_TESTFunction · 0.50

Calls 1

swapMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.40