MCPcopy Create free account
hub / github.com/boost-ext/ut / foo

Class foo

example/tmp.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#if defined(__cpp_concepts)
35 "compiles"_test = [] {
36 struct foo {
37 int value{};
38 };
39 struct bar {};
40
41 expect([](auto t) { return requires { t.value; }; }(foo{}));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected