Classes | Namespaces

element_op_traits.hh File Reference

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

Include dependency graph for element_op_traits.hh:
This graph shows which files directly or indirectly include this file:

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.



Detailed Description

Declaration of default arithmetical operator traits for Element.

Definition in file element_op_traits.hh.