Searched defs:num_geometries (Results 1 – 1 of 1) sorted by relevance
61 struct num_geometries: not_implemented<Tag> struct66 struct num_geometries<Geometry, single_tag> struct72 struct num_geometries<MultiGeometry, multi_tag> struct74 static inline std::size_t apply(MultiGeometry const& multi_geometry) in apply()89 struct num_geometries struct91 static inline std::size_t apply(Geometry const& geometry) in apply()100 struct num_geometries<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct102 struct visitor: boost::static_visitor<std::size_t>112 apply(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry) in apply()132 inline std::size_t num_geometries(Geometry const& geometry) in num_geometries() function