Home
last modified time | relevance | path

Searched refs:StaticMask (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.hpp718 template <typename StaticMask, field F1, field F2, bool IsSequence>
721 static const char mask_el = StaticMask::template static_get<F1, F2>::value;
730 typedef typename boost::mpl::deref<First>::type StaticMask; typedef
735 StaticMask,
737 boost::mpl::is_sequence<StaticMask>::value
753 template <typename StaticMask, field F1, field F2>
754 struct static_should_handle_element_dispatch<StaticMask, F1, F2, true>
759 typename boost::mpl::begin<StaticMask>::type,
760 typename boost::mpl::end<StaticMask>::type,
765 template <typename StaticMask, field F1, field F2>
[all …]