MCPcopy Create free account
hub / github.com/AnetaTexler/FaceBlit / swap

Method swap

VS/include/dlib/array2d/array2d_kernel.h:225–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 void swap (
226 array2d& item
227 )
228 {
229 exchange(data,item.data);
230 exchange(nr_,item.nr_);
231 exchange(nc_,item.nc_);
232 exchange(at_start_,item.at_start_);
233 exchange(cur,item.cur);
234 exchange(last,item.last);
235 pool.swap(item.pool);
236 }
237
238 void clear (
239 )

Callers 7

swapFunction · 0.45
swapFunction · 0.45
swapFunction · 0.45
swapMethod · 0.45
resizeMethod · 0.45
push_backMethod · 0.45
swapFunction · 0.45

Calls 1

exchangeFunction · 0.50

Tested by

no test coverage detected