Class Predicate

Class Documentation

class Predicate

Public Functions

Predicate() = default
Predicate(Predicate &&rhs) = default
template<typename F>
inline Predicate(F fn)
template<typename F>
inline void operator=(F fn)
Predicate &operator=(const Predicate &rhs) = default
inline operator bool() const
inline bool operator()(const SemanticValues &vs, const std::any &dt, std::string &msg, std::any &predicate_data) const