Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/
Dassign_values.hpp304 struct assign_zero {}; struct
308 struct assign_zero<point_tag, Point> struct
313 struct assign_zero<box_tag, Box> struct
318 struct assign_zero<segment_tag, Segment> struct
/third_party/boost/boost/geometry/algorithms/
Dassign.hpp117 inline void assign_zero(Geometry& geometry) in assign_zero() function