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

Function overload

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

Source from the content-addressed store, hash-verified

327
328template <typename... T>
329constexpr auto overload(T&&... callables) {
330 return overload_impl<std::decay_t<T>...>{std::forward<T>(callables)...};
331}
332} // namespace overloading
333
334/// Declares the namespace which provides the functionality to work with a

Callers 1

TYPED_TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.68