Simple-Utility v2.3.1
Loading...
Searching...
No Matches
Overloaded.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sl::functional::Overloaded< Fns >
 Helper invocable type which can hold an arbitrary amount of functions, from which the best match will be selected during invocation. More...
 

Namespaces

namespace  sl
 
namespace  sl::functional
 

Functions

template<class... Fns>
 sl::functional::Overloaded (Fns...) -> Overloaded< Fns... >
 Deduction guide of overloaded type.