Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/ut
/ bar
Class
bar
example/tmp.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
int value{};
38
};
39
struct bar {};
40
41
expect([](auto t) { return requires { t.value; }; }(foo{}));
42
expect(not[](auto t) { return requires { t.value; }; }(bar{}));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected