Home
last modified time | relevance | path

Searched defs:static_check_characters (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dresult.hpp671 struct static_check_characters struct
678 typedef typename boost::mpl::deref<First>::type type;
679 static const char value = type::value;
680 static const bool is_valid = (value >= '0' && value <= '9')
688 struct static_check_characters<Seq, Last, Last> struct