Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Concept 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 <concepts.hpp>
Concept 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.
T | the type to look for |
Ts | ... the types pack to look in |