The Sparta Modeling Framework
Loading...
Searching...
No Matches
MetaStruct::matches_any< T > 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...

#include <MetaStructs.hpp>

Inheritance diagram for MetaStruct::matches_any< T >:
Collaboration diagram for MetaStruct::matches_any< T >:

Detailed Description

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

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.


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