The Sparta Modeling Framework
|
This templated struct takes a target type and another parameter pack of types and returns a nested boolean value of true, if the target type matches any one of the types in the parameter pack. More...
#include <MetaStructs.hpp>
This templated struct takes a target type and another parameter pack of types and returns a nested boolean value of true, if the target type matches any one of the types in the parameter pack.
This is template specialization when there are no types left in the parameter pack.
Definition at line 173 of file MetaStructs.hpp.