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

Function swap

dlib/sliding_buffer/sliding_buffer_kernel_c.h:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 typename sb_base
53 >
54 inline void swap (
55 sliding_buffer_kernel_c<sb_base>& a,
56 sliding_buffer_kernel_c<sb_base>& b
57 ) { a.swap(b); }
58
59// ----------------------------------------------------------------------------------------
60// ----------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected