Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
automaton::isMultiInitialStateNFA_impl< MultiInitialStateNFA< SymbolType, StateType > > Class Template Reference

#include <MultiInitialStateNFA.h>

Inheritance diagram for automaton::isMultiInitialStateNFA_impl< MultiInitialStateNFA< SymbolType, StateType > >:
[legend]
Collaboration diagram for automaton::isMultiInitialStateNFA_impl< MultiInitialStateNFA< SymbolType, StateType > >:
[legend]

Detailed Description

template<class SymbolType, class StateType>
class automaton::isMultiInitialStateNFA_impl< MultiInitialStateNFA< SymbolType, StateType > >

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

Specialisation for MultiInitialStateNFA.

Template Parameters
SymbolTypeused for the terminal alphabet of the automaton
StateTypeused for the terminal alphabet of the automaton

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