realroot_doc 0.1.1
/Users/mourrain/Devel/mmx/realroot/include/realroot/texp_bool.hpp
Go to the documentation of this file.
00001 #ifndef realroot_texp_bool_hpp
00002 #define realroot_texp_bool_hpp
00003 
00004 namespace mmx {
00005  namespace texp {
00007   struct true_t {};
00009   struct false_t{};
00011   struct null_t {};
00012  }
00013 }
00014 #endif //realroot_texp_bool_hpp