Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
clara::detail::LambdaInvoker< void > Struct 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

Definition at line 761 of file clara.hpp.

Member Function Documentation

◆ invoke()

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

Definition at line 763 of file clara.hpp.

763 {
764 lambda( arg );
766 }
static auto ok() -> BasicResult
Definition clara.hpp:593
Here is the call graph for this function:

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