|
libdonut 2.3.6
Application framework for cross-platform game development in C++20
|
Go to the source code of this file.
Classes | |
| struct | donut::Overloaded< Functors > |
| Visitor type for combining callable objects, such as lambdas, into an overload set. More... | |
Namespaces | |
| namespace | donut |
Functions | |
| template<typename... Functors> | |
| donut::Overloaded (Functors...) -> Overloaded< Functors... > | |