Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/ut
/ on
Method
on
example/cfg/runner.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
public:
16
template <class... Ts>
17
auto on(ut::events::test<Ts...> test) {
18
test();
19
}
20
template <class... Ts>
21
auto on(ut::events::skip<Ts...>) {}
22
template <class TExpr>
Callers
nothing calls this directly
Calls
1
test
Class · 0.85
Tested by
no test coverage detected