nil::crypto3::math::expressions::detail::ast::binary_op Struct Reference

#include <ast.hpp>

+ Collaboration diagram for nil::crypto3::math::expressions::detail::ast::binary_op:

Public Attributes

operand lhs
 
double(* op )(double, double)
 
operand rhs
 

Member Data Documentation

◆ lhs

operand nil::crypto3::math::expressions::detail::ast::binary_op::lhs

◆ op

double(* nil::crypto3::math::expressions::detail::ast::binary_op::op) (double, double)

◆ rhs

operand nil::crypto3::math::expressions::detail::ast::binary_op::rhs

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