Concept to test whether type T is in a types pack. The trait provides field value set to true if the ...
Definition: concepts.hpp:40
std::integral_constant< bool,(std::is_same< T, Ts >::value||...) > is_in
Trait to test whether type T is in a types pack. The trait provides field value set to true if the ty...
Definition: type_traits.hpp:99