Functor used to find the last gid, returning in the given promise. More...
Public Member Functions | |
find_last (Promise const &promise, Order const *order) | |
bool | operator() (bc_base *base_ptr) |
Public Types | |
typedef Promise | promise_type |
typedef BaseContainer | base_container_type |
Friends | |
class | find_bw< Promise, Order, BaseContainer > |
Functor used to find the last gid, returning in the given promise.
This functor is used with the find_last method . It differs from find_bw in that it traverses forward until the last base container is found. find_bw is then used to traverse backward over empty base containers.