Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
automaton::isDFTA_impl< T > Class Template Reference

#include <DFTA.h>

Inheritance diagram for automaton::isDFTA_impl< T >:
[legend]
Collaboration diagram for automaton::isDFTA_impl< T >:
[legend]

Detailed Description

template<class T>
class automaton::isDFTA_impl< T >

Trait to detect whether the type parameter T is or is not DFTA. Derived from std::false_type.

Template Parameters
Tthe tested type parameter

The documentation for this class was generated from the following file: