Om
expression_operation.hpp
Go to the documentation of this file.
1 
22 #ifndef Om_Language_Operation_ExpressionOperation_
23 
24  #define Om_Language_Operation_ExpressionOperation_ \
25  Om::Language::Operation::ExpressionOperation
26 
29  #include "om/language/system.hpp"
30 
31 namespace Om {
32 
33  namespace Language {
34 
35  namespace Operation {
36 
42 
43  namespace {
44 
45  static System::Definition<ExpressionOperation> const theExpressionDefinition;
46 
47  }
48 
49  }
50 
51  }
52 
53 }
54 
55 #endif
An Operation that normalizes a Program to a specific type.
An inserter of an Operation into the static System instance.
Definition: system.hpp:129
Om header file.
ProgramOperation< Expression > ExpressionOperation
The expression operation implementation.
The Om library.
Definition: code_point.hpp:26
Om header file.
Om header file.