SmartLockerTools/Database/DataStructure.cpp

6 lines
135 B
C++
Raw Permalink Normal View History

2024-05-24 10:23:05 +08:00
#include "DataStructure.h"
bool operator==(const PalmFeature &lhs, const PalmFeature &rhs) {
return lhs.feature == rhs.feature;
}