Searched defs:comparable_margin (Results 1 – 1 of 1) sorted by relevance
125 struct comparable_margin struct131 struct comparable_margin<Geometry, point_tag> struct133 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> struct141 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