MCPcopy Create free account
hub / github.com/boost-ext/ut / on

Method on

example/cfg/parallel_runner.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 template <class... Ts>
23 auto on(ut::events::test<Ts...> test) {
24 std::clog << test.name << '\n';
25 ut::runner<>::on(test);
26 }
27
28 [[nodiscard]] auto run() -> bool {
29#if defined(__cpp_lib_parallel_algorithm)

Callers

nothing calls this directly

Calls 1

onFunction · 0.85

Tested by

no test coverage detected