MCPcopy 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

12struct predicate { hana::true_ operator()(...) const; };
13
14int 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_ifClass · 0.85

Tested by

no test coverage detected