Trait: whether T is among the specified Types.
More...
#include <MetaUtils.h>
Trait: whether T is among the specified Types.
| T | the type of check the presence of |
| Types | the 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.
1.8.5