Template Function cif::operator==(const key&, T)
Defined in File condition.hpp
Function Documentation
- template<typename T> inline requires std::is_same_v< T, bool > condition cif::operator== (const key &key, T value)
Operator to create an equals condition based on a key key and a value value.