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

Class Size

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

Source from the content-addressed store, hash-verified

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>>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected