#ifndef PYTHONIC_INCLUDE_OPERATOR_INVERT__HPP #define PYTHONIC_INCLUDE_OPERATOR_INVERT__HPP #include "pythonic/include/operator_/invert.hpp" PYTHONIC_NS_BEGIN namespace operator_ { USING_FUNCTOR(__invert__, invert); } PYTHONIC_NS_END #endif