MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / makeRecorder

Function makeRecorder

test/grid_t.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43template<class T>
44auto makeRecorder(T& records) {
45 return std::function<void (const QPointF&, const QPointF&)>{[&records](const QPointF& a, const QPointF& b) {
46 records.push_back({a, b});
47 } };
48}
49
50
51} // namespace

Callers 2

hatchingOperationTestMethod · 0.85
gridOperationTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected