BloombergLP::ball::UserFields::operator[]

Return a reference providing non-modifiable access to the value at the specified index. The behavior is undefined unless 0 <= index && index < length().

Synopsis

Declared in <ball_userfields.h>

UserFieldValue const&
operator[](int index) const;

Return Value

reference providing non-modifiable access to the value at index

Parameters

NameDescription
indexzero-based index of the value