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

Method Size

apps/gdalalg_vector_sort.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 size_t Size() const override
189 {
190 return m_features.size();
191 }
192
193 bool Store(std::unique_ptr<OGRFeature> f) override
194 {

Callers 4

TEST_FFunction · 0.45
BuildTreeMethod · 0.45
ReworkArrayFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.36