Closed c-dilks closed 3 weeks ago
This is for convenience, for users that have a large banklist. Usage example:
hipo::reader reader("data.hipo"); hipo::banklist banks = reader.getBanks({ "bank::zero", "bank::one", "bank::two", "bank::three", "bank::four", "bank::five"}); auto i_three = hipo::getBanklistIndex(banks, "bank::three"); // returns 3
Don't use this in an event loop, rather use it beforehand.
This is for convenience, for users that have a large banklist. Usage example:
Don't use this in an event loop, rather use it beforehand.