Searched defs:IteratorFunc (Results 1 – 4 of 4) sorted by relevance
13 type IteratorFunc[T any] func(fn T) type
13 type IteratorFunc[T any] func(fn func(T) bool) type
44 using IteratorFunc = std::function<void(bool live, EntityHandle h, Item& item)>; variable