Wrapper to create an overload set of multiple functors. More...
#include <bio/meta/overloaded.hpp>
Related Functions | |
(Note that these are not member functions.) | |
template<typename... functors> | |
overloaded (functors...) -> overloaded< functors... > | |
Deduction guide for bio::meta::overloaded. | |
Wrapper to create an overload set of multiple functors.
functors | The types of the functors (usually deduced). |
This helper allows creating a function object that statically dispatches between other function objects (usually provided via lambda expressions).