← Back
Editing: in.hpp
#ifndef PYTHONIC_INCLUDE_BUILTIN_IN_HPP #define PYTHONIC_INCLUDE_BUILTIN_IN_HPP PYTHONIC_NS_BEGIN template <class T, class V> bool in(T &&t, V const &v); PYTHONIC_NS_END #endif
Save File
Cancel