Go to the source code of this file.
|
template<Automaton Aut> |
auto | vcsn::eval (const Aut &a, const word_t_of< Aut > &w) -> std::enable_if_t<!context_t_of< Aut >::is_lao, weight_t_of< Aut >> |
| General case of evaluation. More...
|
|
template<Automaton Aut> |
auto | vcsn::eval (const Aut &a) -> std::enable_if_t< context_t_of< Aut >::is_lao, weight_t_of< Aut >> |
| Evaluation for lao automaton. More...
|
|
template<Automaton Aut, typename LabelSet > |
weight | vcsn::dyn::detail::eval (const automaton &aut, const label &lbl) |
| Bridge. More...
|
|