SpECTRE  2021.08.02
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) noexcept
 

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.