mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 22:25:48 +00:00
The overloaded_functor class template can be used to encompass multiple lambdas accepting different types into a single callable object that can be used with any of those types. One application is visitors for std::variant where different handling is required for different types. Signed-off-by: Vladimir Krivopalov <vladimir@scylladb.com>
1016 B
1016 B