MCPcopy 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

14constexpr auto sum = [](auto... args) { return (0 + ... + args); };
15
16struct dummy_struct {};
17int main() {
18 using namespace boost::ut;
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected