PrevUpHomeNext
STObject::operator[] (3 of 6 overloads)

Return a modifiable field value.

Synopsis
template<
    class T>
ValueProxy< T >
operator[](
    TypedField< T > const& f);
Description

Throws: missing_field_error if the field is not present.


PrevUpHomeNext