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

Description:

Key type for operator hash maps Operators and OperatorAliases.

Definition at line 408 of file calculus.hpp.

#include <calculus.hpp>

Collaboration diagram for Calculus::OperatorKey:
[legend]

Inner Type Index:

struct  EqualTo
 
struct  Hash
 

Public Field Index:

const std::type_info & lhs
 Left-hand side type.
 
const String op
 A string defining the operator.
 
const std::type_info & rhs
 

Field Details:

◆ lhs

const std::type_info& lhs

Left-hand side type.

Definition at line 411 of file calculus.hpp.

◆ op

const String op

A string defining the operator.

Definition at line 410 of file calculus.hpp.

◆ rhs

const std::type_info& rhs

Right-hand side type. For unary operators equals to typeid(void).

Definition at line 412 of file calculus.hpp.


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