Files
RedHotRoast-ios/HybridCLRData/StrippedAOTDllsTempProj/iOS/Il2CppOutputProject/IL2CPP/libil2cpp/metadata/Il2CppGenericClassCompare.h
T

19 lines
400 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
#include "utils/KeyWrapper.h"
struct Il2CppGenericClass;
namespace il2cpp
{
namespace metadata
{
class Il2CppGenericClassCompare
{
public:
bool operator()(const Il2CppGenericClass* t1, const Il2CppGenericClass* t2) const;
static bool Compare(const Il2CppGenericClass* t1, const Il2CppGenericClass* t2);
};
} /* namespace vm */
} /* namespace il2cpp */