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