MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / CustomArguments

Function CustomArguments

CPP/BenchMark/PointInPolygonBenchmark.cpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293/////////////////////////////////////////////////////////
294
295static void CustomArguments(benchmark::internal::Benchmark* b)
296{
297 for (int i = 0; i < paths.size(); ++i) b->Args({ i });
298}
299
300inline PipFunction GetPIPFunc(int index)
301{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected