TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/map.hpp>
Functor that is returned by the nda::map function.
F | Callable type. |
Public Member Functions | |
template<Array A0, Array... As> | |
expr_call< F, A0, As... > | operator() (A0 &&a0, As &&...as) const |
Function call operator that returns a lazy function call expression. | |
Public Attributes | |
F | f |
Callable object. | |
|
inline |
Function call operator that returns a lazy function call expression.
A0 | First nda::Array argument type. |
As | Rest of the nda::Array argument types. |
a0 | First nda::Array argument. |
as | Rest of the nda::Array arguments. |