MCPcopy Create free account
hub / github.com/catchorg/Catch2 / BenchmarkFunction

Method BenchmarkFunction

extras/catch_amalgamated.cpp:136–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135 BenchmarkFunction::callable::~callable() = default;
136 BenchmarkFunction::BenchmarkFunction():
137 f( new model<do_nothing>{ {} } ){}
138 } // namespace Detail
139 } // namespace Benchmark
140} // namespace Catch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected