8 lines
220 B
C
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
|