Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Trait to test whether type T is in a types pack. The trait provides field value set to true if the type T is in pack of types Ts ..., false othervise. More...
#include <type_traits.hpp>
Trait to test whether type T is in a types pack. The trait provides field value set to true if the type T is in pack of types Ts ..., false othervise.
Specialisation for non-empty pack where the first type in the pack is the same as the tested type, in which case the field is set to true.
T | the type to look for |