Return the value of a field as boost::optional.
template< class T> boost::optional< std::decay_t< typename T::value_type > > operator[]( OptionaledField< T > const& of) const;
boost::none if the field is not present.