#include <algo.hpp>
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 admittedly to avoid the use of bind1st/bind2nd :/.
Definition at line 407 of file algo.hpp.
|
|||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
1.4.4