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

Function swap

dlib/graph/graph_kernel_1.h:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 bool is_checked
315 >
316 inline void swap (
317 graph_kernel_1<T,E,mem_manager,is_checked>& a,
318 graph_kernel_1<T,E,mem_manager,is_checked>& b
319 ) { a.swap(b); }
320
321// ----------------------------------------------------------------------------------------
322

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected