Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/index/detail/algorithms/
Dmargin.hpp125 struct comparable_margin struct
131 struct comparable_margin<Geometry, point_tag> struct
133 typedef typename default_margin_result<Geometry>::type result_type;
135 static inline result_type apply(Geometry const& ) { return 0; } in apply()
139 struct comparable_margin<Box, box_tag> struct
141 typedef typename default_margin_result<Box>::type result_type;
143 static inline result_type apply(Box const& g) in apply()
153 typename default_margin_result<Geometry>::type comparable_margin(Geometry const& g) in comparable_margin() function