22 auto it2 = it->second.find(guarantee);
23 return it2 != it->second.end();
38 it->second.erase(guarantee);
GuaranteeProvider(const MooseObject *moose_object)
void issueGuarantee(const MaterialPropertyName &prop_name, Guarantee guarantee)
std::map< MaterialPropertyName, std::set< Guarantee > > _guarantees
bool hasGuarantee(const MaterialPropertyName &prop_name, Guarantee guarantee)
void revokeGuarantee(const MaterialPropertyName &prop_name, Guarantee guarantee)
Guarantee
Enum values for guarantees that can be demanded for material properties.