TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches

#include <nda/clef/operation.hpp>

Detailed Description

Specialization of nda::clef::operation for nda::clef::tags::terminal.

Definition at line 68 of file operation.hpp.

Public Member Functions

template<typename L >
__inline__ L operator() (L &&l) const
 Perform a terminal operation.
 

Member Function Documentation

◆ operator()()

template<typename L >
__inline__ L nda::clef::operation< tags::terminal >::operator() ( L && l) const
inline

Perform a terminal operation.

Template Parameters
LType of the operand.
Parameters
lOperand.
Returns
Forwarded lvalue/rvalue reference of the argument.

Definition at line 77 of file operation.hpp.


The documentation for this struct was generated from the following file: