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