| 17 | |
| 18 | test 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>{}))>{}); |
nothing calls this directly
no outgoing calls
no test coverage detected