#ifndef PYTHONIC_INCLUDE_OPERATOR_INV_HPP #define PYTHONIC_INCLUDE_OPERATOR_INV_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/operator_/invert.hpp" PYTHONIC_NS_BEGIN namespace operator_ { USING_FUNCTOR(inv, invert); } PYTHONIC_NS_END #endif