MCPcopy Create free account
hub / github.com/PX4/eigen / swap

Method swap

Eigen/src/SparseCore/CompressedStorage.h:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void swap(CompressedStorage& other)
63 {
64 std::swap(m_values, other.m_values);
65 std::swap(m_indices, other.m_indices);
66 std::swap(m_size, other.m_size);
67 std::swap(m_allocatedSize, other.m_allocatedSize);
68 }
69
70 ~CompressedStorage()
71 {

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected