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

Function swap

pdal/PointRef.hpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315};
316
317inline void swap(const PointRef& r1, const PointRef& r2) noexcept
318{
319 PointRef::swap(r1, r2);
320}
321
322inline void swap(PointRef& r1, PointRef& r2) noexcept
323{

Callers 4

filterMethod · 0.85
DelaunatorMethod · 0.85
initializeMethod · 0.85
addPointMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected