%PDF- %PDF-
| Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/string/ |
| Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/string/find.hpp |
#ifndef PYTHONIC_INCLUDE_STRING_FIND_HPP
#define PYTHONIC_INCLUDE_STRING_FIND_HPP
#include "pythonic/include/utils/functor.hpp"
#include "pythonic/include/types/str.hpp"
PYTHONIC_NS_BEGIN
namespace string
{
template <class T>
long find(types::str const &s, T &&val);
DEFINE_FUNCTOR(pythonic::string, find);
}
PYTHONIC_NS_END
#endif