Return a modifiable field value as boost::optional.
template< class T> OptionalProxy< T > operator[]( OptionaledField< T > const& of);
The return value equals boost::none if the field is not present.