Giriş
Şu satırı dahil
ederiz.
#include <functional>
İmzası
şöyle
template <class T>
struct modulus : binary_function<T,T,T> {
T operator() (const T& x, const T& y) const
{
return x%y;
}
};
"modulo operatorü" kullanıldığı için sadece integer değerlerler kullanılabilir.
Hiç yorum yok:
Yorum Gönder