MCPcopy Create free account
hub / github.com/OSGeo/gdal / Load

Method Load

apps/gdalalg_vector_sort.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181{
182 public:
183 std::unique_ptr<OGRFeature> Load(std::size_t i) override
184 {
185 return std::unique_ptr<OGRFeature>(m_features[i]->Clone());
186 }
187
188 size_t Size() const override
189 {

Callers 2

Calls 1

CloneMethod · 0.45

Tested by

no test coverage detected