Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/ut
/ main
Function
main
example/main.cpp:10–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include <boost/ut.hpp>
9
10
auto main(int argc, const char** argv) -> int {
11
using namespace boost::ut;
12
expect((argc == 2_i) >> fatal) <<
"Not enough parameters!"
;
13
cfg<override> = {.filter = argv[1]};
14
return cfg<override>.run();
15
}
Callers
nothing calls this directly
Calls
2
expect
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected