Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/ut
/ main
Function
main
example/test.cpp:10–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include <boost/ut.hpp>
9
10
int main() {
11
using namespace boost::ut;
12
13
"UDL syntax"
_test = [] { expect(42_i == 42); };
14
15
test(
"function syntax"
) = [] { expect(42_i == 42); };
16
}
Callers
nothing calls this directly
Calls
2
expect
Function · 0.85
test
Class · 0.85
Tested by
no test coverage detected