%PDF- %PDF-
Direktori : /proc/985914/root/lib/python3/dist-packages/pythran/pythonic/builtins/pythran/ |
Current File : //proc/985914/root/lib/python3/dist-packages/pythran/pythonic/builtins/pythran/StaticIfCont.hpp |
#ifndef PYTHONIC_BUILTIN_PYTHRAN_STATICIFCONT_HPP #define PYTHONIC_BUILTIN_PYTHRAN_STATICIFCONT_HPP #include "pythonic/include/builtins/pythran/StaticIfCont.hpp" #include "pythonic/utils/functor.hpp" #include "pythonic/types/static_if.hpp" PYTHONIC_NS_BEGIN namespace builtins { namespace pythran { template <class T> types::StaticIfCont<T> StaticIfCont(T const &arg) { return {arg}; } } } PYTHONIC_NS_END #endif