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

Function swap

dlib/sliding_buffer/sliding_buffer_kernel_abstract.h:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 typename T
182 >
183 void swap (
184 sliding_buffer<T>& a,
185 sliding_buffer<T>& b
186 ) { a.swap(b); }
187 /*!
188 provides a global swap function
189 !*/

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected