Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ main
Function
main
test/issues/github_266.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
struct predicate { hana::true_ operator()(...) const; };
13
14
int main() {
15
auto types = hana::experimental::types<void, void>{};
16
hana::replace_if(types, predicate{}, hana::type<struct anything>{});
17
}
Callers
nothing calls this directly
Calls
1
replace_if
Class · 0.85
Tested by
no test coverage detected