MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / swap

Function swap

Source/ThirdParty/NvCloth/ps/PsArray.h:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715
716template <class T, class Alloc>
717PX_INLINE void swap(Array<T, Alloc>& x, Array<T, Alloc>& y)
718{
719 x.swap(y);
720}
721
722} // namespace ps
723} // namespace cloth

Callers 1

swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected