LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 230 of file MetaUtils.h.