%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/include/operator_/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/include/operator_/invert.hpp |
#ifndef PYTHONIC_INCLUDE_OPERATOR_INVERT_HPP
#define PYTHONIC_INCLUDE_OPERATOR_INVERT_HPP
#include "pythonic/include/utils/functor.hpp"
PYTHONIC_NS_BEGIN
namespace operator_
{
template <class A>
auto invert(A &&a) -> decltype(~std::forward<A>(a));
DEFINE_FUNCTOR(pythonic::operator_, invert);
}
PYTHONIC_NS_END
#endif