Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ext/type_traits>
Go to the source code of this file.
Namespaces | |
namespace | grammar |
Typedefs | |
template<class T > | |
using | grammar::TerminalSymbolTypeOfGrammar = typename std::decay< decltype(std::declval< T >().getTerminalAlphabet()) >::type::value_type |
template<class T > | |
using | grammar::NonterminalSymbolTypeOfGrammar = typename std::decay< decltype(std::declval< T >().getNonterminalAlphabet()) >::type::value_type |