Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
identities.cc
Go to the documentation of this file.
2 #include <vcsn/dyn/ratexp.hh>
4 #include <vcsn/dyn/algos.hh>
5 
6 namespace vcsn
7 {
8  namespace dyn
9  {
10  REGISTER_DEFINE(identities);
11 
13  identities(const ratexp& exp)
14  {
15  return detail::identities_registry().call(exp);
16  }
17 
18  }
19 }
rat::identities identities(const ratexp &exp)
The identities of ratexp exp.
Definition: identities.cc:13
std::shared_ptr< detail::ratexp_base > ratexp
Definition: fwd.hh:64
identities
A ratexpset can implement several different sets of identities on expressions.
Definition: identities.hh:17