SpECTRE  v2024.04.12
funcl::GetArgument< Arity, ArgumentIndex, C > Struct Template Reference

Functional to retrieve the ArgumentIndexth argument. More...

#include <Functional.hpp>

Public Member Functions

template<class... Ts>
constexpr decltype(auto) operator() (const Ts &... ts)
 

Detailed Description

template<size_t Arity, size_t ArgumentIndex = 0, class C = Identity>
struct funcl::GetArgument< Arity, ArgumentIndex, C >

Functional to retrieve the ArgumentIndexth argument.


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