Home
last modified time | relevance | path

Searched defs:matrix_width_tuple (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.hpp563 struct matrix_width_tuple struct
566 current = matrix_width<typename boost::tuples::element<I, Tuple>::type>::value;
568 next = matrix_width_tuple<Tuple, I+1>::value;
571 value = current > next ? current : next;
575 struct matrix_width_tuple<Tuple, N, N> struct
577 static const std::size_t value = 0;