Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_transform.hpp73 struct z_access struct
75 typedef typename coordinate_type<Point>::type type;
76 static inline type get(Point const& point) in get()
80 static inline void set(Point & point, type const& h) in set()
87 struct z_access<Point, false> struct
89 typedef typename coordinate_type<Point>::type type;
90 static inline type get(Point const& ) in get()
94 static inline void set(Point & , type const& ) in set()