CMS 3D CMS Logo

ComparisonSetter.cc
Go to the documentation of this file.
2 
3 #ifdef BOOST_SPIRIT_DEBUG
4 namespace reco {
5  namespace parser {
6  template<> const std::string cmp_out<std::less<double> >::value = "<";
7  template<> const std::string cmp_out<std::greater<double> >::value = ">";
8  template<> const std::string cmp_out<std::less_equal<double> >::value = "<=";
9  template<> const std::string cmp_out<std::greater_equal<double> >::value = ">=";
10  template<> const std::string cmp_out<std::equal_to<double> >::value = "=";
11  template<> const std::string cmp_out<std::not_equal_to<double> >::value = "!=";
12  }
13 }
14 #endif
fixed size matrix