%PDF- %PDF-
Direktori : /proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/ |
Current File : //proc/thread-self/root/lib/python3/dist-packages/pythran/pythonic/include/builtins/min.hpp |
#ifndef PYTHONIC_INCLUDE_BUILTIN_MIN_HPP #define PYTHONIC_INCLUDE_BUILTIN_MIN_HPP #include "pythonic/include/utils/functor.hpp" #include "pythonic/include/operator_/gt.hpp" #include "pythonic/include/builtins/minmax.hpp" PYTHONIC_NS_BEGIN namespace builtins { template <class... Types> auto min(Types &&... values) -> decltype(details::minmax(operator_::functor::gt{}, std::forward<Types>(values)...)); DEFINE_FUNCTOR(pythonic::builtins, min); } PYTHONIC_NS_END #endif