Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dactive_bound_list.hpp86 struct bound_insert_location { struct
88 bound<T> const& bound2;
90 bound_insert_location(bound<T> const& b) : bound2(b) { in bound_insert_location() function
93 bool operator()(bound_ptr<T> const& b) { in operator ()()