Searched refs:calculate_polygon_sum (Results 1 – 3 of 3) sorted by relevance
70 struct perimeter<Polygon, polygon_tag> : detail::calculate_polygon_sum82 return calculate_polygon_sum::apply<return_type, policy>(polygon, strategy); in apply()
170 struct area<Polygon, polygon_tag> : detail::calculate_polygon_sum175 return calculate_polygon_sum::apply< in apply()
32 class calculate_polygon_sum class