Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dresult.hpp566 struct matrix_width_tuple struct
569 current = matrix_width<typename boost::tuples::element<I, Tuple>::type>::value;
571 next = matrix_width_tuple<Tuple, I+1>::value;
574 value = current > next ? current : next;
578 struct matrix_width_tuple<Tuple, N, N> struct
580 static const std::size_t value = 0;