MCPcopy Create free account
hub / github.com/mhammond/pywin32 / Length

Method Length

Pythonwin/Scintilla/src/SVector.h:126–128  ·  view source on GitHub ↗

Get the current length (number of used elements) of the vector.

Source from the content-addressed store, hash-verified

124 }
125 /// Get the current length (number of used elements) of the vector.
126 int Length() const {
127 return len;
128 }
129};
130
131#ifdef SCI_NAMESPACE

Callers 2

SVectorMethod · 0.45
SVectorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected