| Public Types | |
| template<class... E> | |
| using | xfunction_type = xfunction<F, xclosure_t<E>...> | 
| Public Member Functions | |
| template<class Func, class = std::enable_if_t<!std::is_same<std::decay_t<Func>, xvectorizer>::value>> | |
| xvectorizer (Func &&f) | |
| template<class... E> | |
| xfunction_type< E... > | operator() (E &&... e) const | 
| template<class... E> | |
| auto | operator() (E &&... e) const -> xfunction_type< E... > | 
Definition at line 27 of file xvectorize.hpp.
| using xt::xvectorizer< F, R >::xfunction_type = xfunction<F, xclosure_t<E>...> | 
Definition at line 32 of file xvectorize.hpp.
| 
 | inline | 
Definition at line 72 of file xvectorize.hpp.
| 
 | inline | 
Definition at line 79 of file xvectorize.hpp.