TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/clef/eval.hpp>
Generic evaluator for types which do not have a specialized evaluator.
T | Type to be evaluated. |
Pairs | Types of nda::clef::pair objects. |
Public Member Functions | |
__inline__ T const & | operator() (T const &t, Pairs &...) const |
Evaluate the object and ignore all given nda::clef::pair objects. | |
Static Public Attributes | |
static constexpr bool | is_lazy = is_any_lazy<T> |
Constexpr variable that is true if the type T is lazy. | |
|
inline |
Evaluate the object and ignore all given nda::clef::pair objects.
t | Object to be evaluated. |