FLANG
Fortran::parser::ApplyMemberFunction< MEMFUNC, OBJPARSER, PARSER > Class Template Reference

Public Types

using resultType

Public Member Functions

constexpr ApplyMemberFunction (const ApplyMemberFunction &)=default
constexpr ApplyMemberFunction (MEMFUNC f, OBJPARSER o, PARSER... p)
std::optional< resultType > Parse (ParseState &state) const

Member Typedef Documentation

◆ resultType

template<typename MEMFUNC, typename OBJPARSER, typename... PARSER>
using Fortran::parser::ApplyMemberFunction< MEMFUNC, OBJPARSER, PARSER >::resultType
Initial value:
std::invoke_result_t<MEMFUNC, typename OBJPARSER::resultType, PARSER...>

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