sammine-lang
Loading...
Searching...
No Matches
FunctionType Class Reference

Public Member Functions

bool operator== (const FunctionType &t) const
std::span< const Typeget_params_types () const
Type get_return_type () const
bool is_var_arg () const
 FunctionType (std::vector< Type > param_types, Type return_type, bool var_arg=false)
 FunctionType (const std::vector< Type > &total_types, bool var_arg=false)

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