ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
Calculus::BinOpOptKey Struct Reference

Description:

Key type for operator hash maps Operators and OperatorAliases.

Definition at line 637 of file calculus.hpp.

#include <calculus.hpp>

Collaboration diagram for Calculus::BinOpOptKey:
[legend]

Inner Type Index:

struct  EqualTo
 
struct  Hash
 

Public Field Index:

lang::Side constSide
 Denotes a left- or right-hand side optimization.
 
const Box constVal
 The type and value of the constant argument.
 
const String op
 The operator to optimize.
 
const std::type_info & other
 The type of the non-constant argument.
 

Field Details:

◆ constSide

lang::Side constSide

Denotes a left- or right-hand side optimization.

Definition at line 640 of file calculus.hpp.

◆ constVal

const Box constVal

The type and value of the constant argument.

Definition at line 641 of file calculus.hpp.

◆ op

const String op

The operator to optimize.

Definition at line 639 of file calculus.hpp.

◆ other

const std::type_info& other

The type of the non-constant argument.

Definition at line 642 of file calculus.hpp.


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