MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getPointer

Method getPointer

src/common/classes/objects_array.h:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 const T* getPointer(size_type index) const
331 {
332 return inherited::getElement(index);
333 }
334
335 T& operator[](size_type index)
336 {

Callers 4

operator->Method · 0.45
iteratorClass · 0.45
operator->Method · 0.45
const_iteratorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected