MCPcopy Create free account
hub / github.com/RenderKit/embree / xchg

Function xchg

common/math/emath.h:377–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376 /*! exchange */
377 template<typename T> __forceinline void xchg ( T& a, T& b ) { const T tmp = a; a = b; b = tmp; }
378
379 /* load/store */
380 template<typename Ty> struct mem;

Callers 2

serial_partitioningFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected