MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / comp

Function comp

benchmarks/dlib/sort.h:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 {
173 template <typename T>
174 inline const std::less<T> comp (const T&)
175 {
176 return std::less<T>();
177 }
178
179 template <
180 typename T,

Callers 15

qsort_partitionFunction · 0.85
heapifyFunction · 0.85
qsort_arrayFunction · 0.85
hsort_arrayFunction · 0.85
isort_arrayFunction · 0.85
position_enumeratorMethod · 0.85
add_to_treeMethod · 0.85
fix_stackMethod · 0.85
remove_from_treeMethod · 0.85
return_referenceMethod · 0.85
get_countMethod · 0.85
position_enumeratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected