Simple-Utility v2.3.1
|
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. | |