Template Struct NameFilter

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct NameFilter : public nix::util::Filter<T>

Public Functions

inline NameFilter(const std::string &str)
inline virtual bool operator()(const T &e)

Public Members

const std::string name