Developer documentation

texp_bool.hpp
Go to the documentation of this file.
1 #ifndef realroot_texp_bool_hpp
2 #define realroot_texp_bool_hpp
3 
4 namespace mmx {
5  namespace texp {
7  struct true_t {};
9  struct false_t{};
11  struct null_t {};
12  }
13 }
14 #endif //realroot_texp_bool_hpp
structure defining a the empty list
Definition: texp_bool.hpp:11
structure defining a positive answer
Definition: texp_bool.hpp:7
structure defining a negative answer
Definition: texp_bool.hpp:9
Definition: array.hpp:12
Home