Om
operator_operation.hpp
Go to the documentation of this file.
1 
22 #ifndef Om_Language_Operation_OperatorOperation_
23 
24  #define Om_Language_Operation_OperatorOperation_ \
25  Om::Language::Operation::OperatorOperation
26 
28  #include "om/language/system.hpp"
29 
30 namespace Om {
31 
32  namespace Language {
33 
34  namespace Operation {
35 
41 
42  namespace {
43 
44  static System::Definition<OperatorOperation> const theOperatorDefinition;
45 
46  }
47 
48  }
49 
50  }
51 
52 }
53 
54 #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
ProgramOperation< Operator > OperatorOperation
The operator operation implementation.
The Om library.
Definition: code_point.hpp:26
Om header file.
Om header file.