%PDF- %PDF-
Direktori : /proc/985914/root/usr/lib/python3/dist-packages/pythran/pythonic/include/operator_/ |
Current File : //proc/985914/root/usr/lib/python3/dist-packages/pythran/pythonic/include/operator_/iadd.hpp |
#ifndef PYTHONIC_INCLUDE_OPERATOR_IADD_HPP #define PYTHONIC_INCLUDE_OPERATOR_IADD_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/types/list.hpp" #include "pythonic/include/types/set.hpp" #include "pythonic/include/types/dict.hpp" PYTHONIC_NS_BEGIN namespace operator_ { template <class A> auto iadd(types::empty_list, types::list<A> const &b) -> decltype(b); template <class K, class V> auto iadd(types::empty_dict, types::dict<K, V> const &b) -> decltype(b); template <class A> auto iadd(types::empty_set, types::set<A> const &b) -> decltype(b); } PYTHONIC_NS_END #define OPERATOR_NAME iadd #define OPERATOR_SYMBOL + #define OPERATOR_ISYMBOL += #include "pythonic/include/operator_/icommon.hpp" #endif