Return the value of a field.
template< class T> T::value_type operator[]( TypedField< T > const& f) const;
Throws: missing_field_error if the field is not present.