The Sparta Modeling Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MetaStruct::matches_any<... > Struct Template Reference

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...

Detailed Description

template<typename...>
struct MetaStruct::matches_any<... >

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.

Definition at line 161 of file MetaStructs.hpp.


The documentation for this struct was generated from the following file: