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

Function swap

Source/ThirdParty/pugixml/pugixml.cpp:6355–6360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6353 };
6354
6355 template <typename T> void swap(T& lhs, T& rhs)
6356 {
6357 T temp = lhs;
6358 lhs = rhs;
6359 rhs = temp;
6360 }
6361
6362 template <typename I, typename Pred> I min_element(I begin, I end, const Pred& pred)
6363 {

Callers 8

reverseFunction · 0.70
partitionFunction · 0.70
median3Function · 0.70
compare_eqMethod · 0.70
aiMetadataClass · 0.50
Swap2Method · 0.50
Swap4Method · 0.50
Swap8Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected