MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / Equal

Method Equal

vkconfig_core/setting_flags.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool SettingMetaEnumeration::Equal(const SettingMeta& other) const {
62 if (!SettingMeta::Equal(other)) return false;
63
64 return this->enum_values == static_cast<const SettingMetaEnumeration&>(other).enum_values;
65}
66
67// SettingMetaEnum
68

Callers

nothing calls this directly

Calls 1

IsStringFoundFunction · 0.85

Tested by

no test coverage detected