Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::clara::detail::LambdaInvoker< ReturnType > Struct Template Reference

#include <clara.hpp>

Static Public Member Functions

template<typename L , typename ArgType >
static auto invoke (L const &lambda, ArgType const &arg) -> ParserResult
 

Detailed Description

template<typename ReturnType>
struct Catch::clara::detail::LambdaInvoker< ReturnType >

Definition at line 751 of file clara.hpp.

Member Function Documentation

◆ invoke()

template<typename ReturnType >
template<typename L , typename ArgType >
static auto Catch::clara::detail::LambdaInvoker< ReturnType >::invoke ( L const & lambda,
ArgType const & arg ) -> ParserResult
inlinestatic

Definition at line 755 of file clara.hpp.

755 {
756 return lambda( arg );
757 }

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