Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <concepts>
#include <ext/type_traits>
Go to the source code of this file.
Namespaces | |
namespace | ext |
Concepts | |
concept | ext::Included |
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. | |