Ticket #183 (closed todo: done)
util::for_each calling member functions
| Reported by: | ichthyo | Owned by: | ichthyo |
|---|---|---|---|
| Priority: | normal | Milestone: | 0integration |
| Component: | lumiera | Keywords: | lib design |
| Cc: | Blocked By: | ||
| Blocking: | #478 |
Description
that's a long-standing inconvenience: create an overload for util::for_each accepting a member function pointer, thus allowing to invoke a given member function for each object in a collection.
Change History
comment:2 Changed 2 years ago by ichthyo
- Keywords lib design added
- Priority changed from lesser to normal
frequently encountered nice-to-have
comment:4 Changed 2 years ago by ichthyo
- Owner set to ichthyo
- Status changed from new to accepted
used it to code up the PlacementIndex self-check, so it looks like I have to bite the bullet...
Note: See
TracTickets for help on using
tickets.
