Files
Datastructs/SimpleSearch/FCompareAccount.h
2025-11-01 17:32:45 +01:00

8 lines
220 B
C

#ifndef SIMPLESEARCH_FCOMPAREACCOUNT_H
#define SIMPLESEARCH_FCOMPAREACCOUNT_H
#include "TBankAccount.h"
using FCompareAccount = bool (*)(TBankAccount* account, void* searchKey);
#endif //SIMPLESEARCH_FCOMPAREACCOUNT_H