|
YAP
|
Functor class for filtering objects that have a #name() function. More...
#include <Filters.h>
Public Member Functions | |
| is_named (std::string name) | |
| constructor | |
| template<typename T > | |
| const bool | operator() (const T &t) const |
| functor | |
Private Attributes | |
| std::string | Name_ |
| name to check equality to | |
Functor class for filtering objects that have a #name() function.
1.8.6