NoIndirectionsBufferImpl.opIndex

Individual element access.

template NoIndirectionsBufferImpl()
T*
opIndex
(
size_t i
)

Parameters

i size_t

element index

Return Value

Type: T*

Requested element itself or pointer to requested element for structs

Meta