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

Class overload_impl

include/function2/function2.hpp:308–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306namespace overloading {
307template <typename... Args>
308struct overload_impl;
309template <typename Current, typename Next, typename... Rest>
310struct overload_impl<Current, Next, Rest...> : Current,
311 overload_impl<Next, Rest...> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected