%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/python3/dist-packages/pythran/pythonic/string/
Upload File :
Create Path :
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

Zerion Mini Shell 1.0