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

Method compare

common/algorithms/parallel_sort.h:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261 template<typename T>
262 static bool compare(const T& v0, const T& v1) {
263 return (Key)v0 < (Key)v1;
264 }
265
266 private:
267 ParallelRadixSort (const ParallelRadixSort& other) DELETED; // do not implement

Callers 5

runMethod · 0.80
ReadAttributeFunction · 0.80
ParseEXRHeaderFunction · 0.80
tinyexr.hFile · 0.80
isDebuggerActiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected