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

Function swap

dlib/smart_pointers/shared_ptr_thread_safe_abstract.h:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278 template<typename T>
279 void swap(
280 shared_ptr_thread_safe<T>& a,
281 shared_ptr_thread_safe<T>& b
282 ) { a.swap(b); }
283 /*!
284 provides a global swap function
285 !*/

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected