PhysicsBasedAnimationToolkit
0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
Loading...
Searching...
No Matches
Overloaded.h
Go to the documentation of this file.
1
8
9
#ifndef PBAT_COMMON_OVERLOADED_H
10
#define PBAT_COMMON_OVERLOADED_H
11
12
namespace
pbat::common
{
13
22
template
<
class
... Ts>
23
struct
Overloaded
: Ts...
24
{
25
using
Ts::operator()...;
26
};
27
28
}
// namespace pbat::common
29
30
#endif
// PBAT_COMMON_OVERLOADED_H
pbat::common
Common functionality.
Definition
ArgSort.h:20
pbat::common::Overloaded
C++20 feature to allow multiple inheritance of operator() for lambdas.
Definition
Overloaded.h:24
source
pbat
common
Overloaded.h
Generated by
1.13.2