| 97 | } |
| 98 | |
| 99 | bool AdditionalProperties_Impl::hasFeature(const std::string& name) const { |
| 100 | return getFeatureGroupByName(name).has_value(); |
| 101 | } |
| 102 | |
| 103 | boost::optional<std::string> AdditionalProperties_Impl::getFeatureDataType(const std::string& name) const { |
| 104 | boost::optional<std::string> dataType; |
no outgoing calls