MCPcopy Create free account
hub / github.com/Naios/function2 / MergeTypes

Class MergeTypes

test/function2-test.hpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61/// Adds given types to the type list
62template <typename... Rest>
63struct MergeTypes : std::common_type<std::tuple<Rest...>> {};
64
65template <typename... Tuple, typename... Rest>
66struct MergeTypes<std::tuple<Tuple...>, Rest...>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected