Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/ut
/ dummy_struct
Class
dummy_struct
example/expect.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
constexpr auto sum = [](auto... args) { return (0 + ... + args); };
15
16
struct dummy_struct {};
17
int main() {
18
using namespace boost::ut;
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected