Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dresult.hpp664 struct static_check_characters struct
671 typedef typename boost::mpl::deref<First>::type type;
672 static const char value = type::value;
673 static const bool is_valid = (value >= '0' && value <= '9')
681 struct static_check_characters<Seq, Last, Last> struct