Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/
Ddensify.hpp43 struct push_back_policy struct
45 typedef typename boost::range_value<Range>::type point_type;
47 inline explicit push_back_policy(Range & rng) in push_back_policy() argument
51 inline void apply(point_type const& p) in apply()
57 Range & m_rng;