Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dserialization.hpp229 struct serialize_point struct
232 static inline void save(Archive & ar, P const& p, unsigned int version) in save()
240 static inline void load(Archive & ar, P & p, unsigned int version) in load()
250 struct serialize_point<P, D, D> struct
264boost::geometry::index::detail::serialize_point< boost::geometry::model::point<T, D, C> >::save(ar… in save()