This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
Compare if value is equal to expected. More…
#include <compare.hpp> template <class T> class Equal { public: // construction Equal(const T& exp_value); // methods constexpr bool operator () (const T& value) const; };
Compare if value is equal to expected.
Parameters:
T
Value type to compare.