Adding 4th assignment - Simple Search
This commit is contained in:
8
SimpleSearch/FCompareAccount.h
Normal file
8
SimpleSearch/FCompareAccount.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef SIMPLESEARCH_FCOMPAREACCOUNT_H
|
||||
#define SIMPLESEARCH_FCOMPAREACCOUNT_H
|
||||
#include "TBankAccount.h"
|
||||
|
||||
using FCompareAccount = bool (*)(TBankAccount* account, void* searchKey);
|
||||
|
||||
|
||||
#endif //SIMPLESEARCH_FCOMPAREACCOUNT_H
|
||||
Reference in New Issue
Block a user