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

Class A

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

Source from the content-addressed store, hash-verified

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>{}))>{});
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected