Declaration of default arithmetical operator traits for Element.
More...


Go to the source code of this file.
Classes | |
| struct | op_add_traits< S1, S2, T1, T2 > |
| The type of the result of addition between two Element instances. More... | |
| struct | op_sub_traits< S1, S2, T1, T2 > |
| The type of the result of substraction between two Element instances. More... | |
| struct | op_mul_traits< S1, S2, T1, T2 > |
| The type of the result of multiplication between two Element instances. More... | |
| struct | op_div_traits< S1, S2, T1, T2 > |
| The type of the result of division between two Element instances. More... | |
| struct | op_mod_traits< S1, S2, T1, T2 > |
| The type of the result of modulus between two Element instances. More... | |
Namespaces | |
| namespace | vcsn |
The main namespace of the Vaucanson library. | |
Declaration of default arithmetical operator traits for Element.
Definition in file element_op_traits.hh.
1.7.1