#include <predicates.hpp>
Public Member Functions | |
| is_named () | |
| is_named (std::string const &name) | |
| template<typename T> | |
| bool | operator() (T const &t) |
| template<typename T> | |
| bool | operator() (T const &t, std::string const &s) |
Public Attributes | |
| std::string | _name |
Returns true iff the target object has a particular name. (For a more efficient option, see the type_is predicate).
| is_named | ( | ) |
| is_named | ( | std::string const & | name | ) |
| bool operator() | ( | T const & | t | ) |
| bool operator() | ( | T const & | t, | |
| std::string const & | s | |||
| ) |
| std::string _name |
1.5.1