#ifndef PYTHONIC_INCLUDE_OPERATOR_COUNTOF_HPP #define PYTHONIC_INCLUDE_OPERATOR_COUNTOF_HPP #include "pythonic/include/utils/functor.hpp" #include PYTHONIC_NS_BEGIN namespace operator_ { template long countOf(A &&a, B &&b); DEFINE_FUNCTOR(pythonic::operator_, countOf); } PYTHONIC_NS_END #endif