Template Struct AcceptAll

Inheritance Relationships

Base Type

Struct Documentation

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

One Filter struct to that filters nothing but always returns true. Use “AcceptAll<T>()” to pass it on as filter and “::type” to define its’ type.

Public Functions

inline virtual bool operator()(const T &e)