util::is_any_of< T, Types > Struct Template Reference

Trait: whether T is among the specified Types. More...

#include <MetaUtils.h>

Inheritance diagram for util::is_any_of< T, Types >:

Detailed Description

template<typename T, typename... Types>
struct util::is_any_of< T, Types >

Trait: whether T is among the specified Types.

Template Parameters
Tthe type of check the presence of
Typesthe possible types T can match.

Matching is for the exact type, as in std::is_same.

This is a boolean trait: use it as std::bool_constant.

Definition at line 252 of file MetaUtils.h.


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