19 const auto * descriptor_p = m.GetDescriptor();
20 const auto & des = *descriptor_p;
22 auto field_p = des.FindFieldByName(name);
24 throw MissingField(
ERS_HERE, name, m.GetTypeName());
27 const auto * reflection_p = m.GetReflection();
28 const auto & ref = *reflection_p;
const std::string & measurement() const