MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / swap_elements

Function swap_elements

dep/agg/include/agg_array.h:1073–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071 //-----------------------------------------------------------swap_elements
1072 template <class T>
1073 inline void swap_elements(T& a, T& b)
1074 {
1075 T temp = a;
1076 a = b;
1077 b = temp;
1078 }
1079
1080 //--------------------------------------------------------------quick_sort
1081 template <class Array, class Less>

Callers 2

quick_sortFunction · 0.85
invert_containerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected