libdonut  2.3.2
Application framework for cross-platform game development in C++20
donut::Overloaded< Functors > Struct Template Reference

Visitor type for combining callable objects, such as lambdas, into an overload set. More...

#include <donut/Overloaded.hpp>

Inheritance diagram for donut::Overloaded< Functors >:

Detailed Description

template<typename... Functors>
struct donut::Overloaded< Functors >

Visitor type for combining callable objects, such as lambdas, into an overload set.

Template Parameters
Functorscallable object types to combine.

The documentation for this struct was generated from the following file: