MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / swap

Method swap

extensions/include/cuMat/src/Context.h:511–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 }
510
511 void swap(Event& rhs) throw()
512 {
513 std::swap(event_, rhs.event_);
514 std::swap(counter_, rhs.counter_);
515 }
516
517 ~Event()
518 {

Callers

nothing calls this directly

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected