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

Class B

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

Source from the content-addressed store, hash-verified

17
18test should_set_get_mappings = [] {
19 struct B {};
20 te::detail::mappings<class A, 0>::set<B>();
21 static_assert(
22 std::is_same<B, decltype(get(te::detail::mappings<class A, 0>{}))>{});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected