#include <functor.h>
Public Types | |
| typedef NameableT | nameable_type |
Public Member Functions | |
| same_name (const std::string &n) | |
| bool | operator() (const nameable_type *x) const |
NameableT must support:
std::string name() const;
This class is admitedly to avoid the use of bind1st/bind2nd :/.
Definition at line 412 of file functor.h.
1.4.3-20050530