|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <TypeUtils.h>
Classes | |
| struct | Verifier |
Defines a variant verification struct Performs the same check as IsUnique, but instead of using the provided types directly, the types are wrapped in another provided type. For example, if the wrapper type is std::shared_ptr and the types are <int, float, int>, then the final variant will allow std::shared_ptr<int> and std::shared_ptr<float>.
| Wrapper | the wrapper type |
Definition at line 39 of file TypeUtils.h.