|
PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
C++20 feature to allow multiple inheritance of operator() for lambdas. More...
#include <Overloaded.h>
C++20 feature to allow multiple inheritance of operator() for lambdas.
Particularly useful for std::visit with std::variant. See example
| ...Ts | Variadic template parameter pack for the types to inherit from. |