MCPcopy Create free account
hub / github.com/boost-ext/te / C

Class C

test/te.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 std::is_same<B, decltype(get(te::detail::mappings<class A, 0>{}))>{});
23
24 struct C {};
25 te::detail::mappings<class A, 1>::set<C>();
26 static_assert(
27 std::is_same<C, decltype(get(te::detail::mappings<class A, 1>{}))>{});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected