Home
last modified time | relevance | path

Searched refs:add_for_open (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/
H A Dnum_points.hpp150 bool add_for_open) in apply()
154 return add_for_open in apply()
167 visitor(bool add_for_open): m_add_for_open(add_for_open) {} in visitor()
178 bool add_for_open) in apply()
180 return boost::apply_visitor(visitor(add_for_open), geometry); in apply()
199 inline std::size_t num_points(Geometry const& geometry, bool add_for_open = false) in num_points() argument
201 return resolve_variant::num_points<Geometry>::apply(geometry, add_for_open); in num_points()