%PDF- %PDF-
Direktori : /proc/self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/ |
Current File : //proc/self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/float_.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_FLOAT_HPP #define PYTHONIC_INCLUDE_BUILTIN_FLOAT_HPP #include "pythonic/include/utils/functor.hpp" PYTHONIC_NS_BEGIN namespace builtins { namespace functor { struct float_ { using callable = void; using type = double; template <class T> type operator()(T &&t) const; type operator()() const; friend std::ostream &operator<<(std::ostream &os, float_) { return os << "float"; } }; } } PYTHONIC_NS_END #endif