ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Inner Classes | Public Fields | List of all members
Calculus::OperatorKey Struct Reference

#include <calculus.hpp>

Collaboration diagram for Calculus::OperatorKey:
[legend]

Class Description

Key type for operator hash maps Operators and OperatorAliases.

Definition at line 404 of file calculus.hpp.

Inner Classes

struct  EqualTo
 
struct  Hash
 

Public Fields

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

Member Data Documentation

◆ rhs

const std::type_info& rhs

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

Definition at line 408 of file calculus.hpp.


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