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::function.

Definition at line 84 of file operation.hpp.

Public Member Functions

template<typename F , typename... Args>
__inline__ decltype(auto) operator() (F &&f, Args &&...args) const
 Perform a function call operation.
 

Member Function Documentation

◆ operator()()

template<typename F , typename... Args>
__inline__ decltype(auto) nda::clef::operation< tags::function >::operator() ( F && f,
Args &&... args ) const
inline

Perform a function call operation.

Template Parameters
FType of the callable.
ArgsTypes of the function call arguments.
Parameters
fCallable object.
argsFunction call arguments.
Returns
Result of the function call.

Definition at line 95 of file operation.hpp.


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