| 31 | static_assert( |
| 32 | 0 == |
| 33 | te::detail::mappings_size<class Size, std::integral_constant<int, 0>>()); |
| 34 | te::detail::mappings<class Size, 1>::set<std::integral_constant<int, 1>>(); |
| 35 | te::detail::mappings<class Size, 2>::set<std::integral_constant<int, 2>>(); |
| 36 | te::detail::mappings<class Size, 3>::set<std::integral_constant<int, 3>>(); |
nothing calls this directly
no outgoing calls
no test coverage detected