MCPcopy Create free account
hub / github.com/davisking/dlib / swap

Method swap

dlib/java/java_array.h:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 operator java_type() const { return ref;}
371
372 void swap(array& item)
373 {
374 std::swap(ref, item.ref);
375 std::swap(is_global_ref, item.is_global_ref);
376 }
377
378private:
379 java_type ref = NULL;

Callers 2

arrayClass · 0.45
arrayMethod · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected