static inline void set(mapnik::box2d<double> &b, ct const& value) { b.set_maxx(value); }
Exemple #2
0
 static inline void set(mapnik::box2d<CoordinateType> &b, ct const& value) { b.set_maxx(value); }