FLANG
Public Types | Public Member Functions | List of all members
Fortran::parser::ApplyMemberFunction< MEMFUNC, OBJPARSER, PARSER > Class Template Reference

Public Types

using resultType = std::invoke_result_t< MEMFUNC, typename OBJPARSER::resultType, PARSER... >
 

Public Member Functions

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

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