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