SECEditBlockBuffer::operator[]
Retrieves the element at the given index.
Defined in: SECEditBlockBuffer.cpp
Syntax
SECEditBufferArray* SECEditBlockBuffer::operator[](int nIndex) const;SECEditBufferArray*& SECEditBlockBuffer::operator[](int nIndex);
Return Value
Returns a pointer to the SECEditBufferArray object at the specified index.
Parameters
nIndex
The element index.