FLANG
Public Types | List of all members
Fortran::evaluate::Subtract< A > Struct Template Reference
Inheritance diagram for Fortran::evaluate::Subtract< A >:
Fortran::evaluate::Operation< Subtract< A >, A, A, A >

Public Types

using Result = A
 
using Operand = A
 
using Base = Operation< Subtract, A, A, A >
 
- Public Types inherited from Fortran::evaluate::Operation< Subtract< A >, A, A, A >
using Derived = Subtract< A >
 
using Result = A
 
using Operand = std::tuple_element_t< J, OperandTypes >
 

Additional Inherited Members

- Public Member Functions inherited from Fortran::evaluate::Operation< Subtract< A >, A, A, A >
 Operation (const Expr< OPERANDS > &...x)
 
 Operation (Expr< OPERANDS > &&...x)
 
Derivedderived ()
 
const Derivedderived () const
 
Expr< Operand< J > > & operand ()
 
const Expr< Operand< J > > & operand () const
 
Expr< Operand< 0 > > & left ()
 
const Expr< Operand< 0 > > & left () const
 
std::conditional_t<(operands > 1), Expr< Operand< 1 > > &, void > right ()
 
std::conditional_t<(operands > 1), const Expr< Operand< 1 > > &, void > right () const
 
int Rank () const
 
bool operator== (const Operation &that) const
 
llvm::raw_ostream & AsFortran (llvm::raw_ostream &) const
 
- Static Public Member Functions inherited from Fortran::evaluate::Operation< Subtract< A >, A, A, A >
static constexpr std::conditional_t< Result::category !=TypeCategory::Derived, std::optional< DynamicType >, void > GetType ()
 
static constexpr int Corank ()
 
- Static Public Attributes inherited from Fortran::evaluate::Operation< Subtract< A >, A, A, A >
static constexpr std::size_t operands
 

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