MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / b3SortDataCompare

Class b3SortDataCompare

test/OpenCL/ParallelPrimitives/main.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130struct b3SortDataCompare
131{
132 inline bool operator()(const b3SortData& first, const b3SortData& second) const
133 {
134 return (first.m_key < second.m_key) || (first.m_key == second.m_key && first.m_value < second.m_value);
135 }
136};
137
138void boundSearchTest()
139{

Callers 1

boundSearchTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected