OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
matheval::detail::grammar< real_t, Iterator >::bfunc_ Struct Reference

symbol table for binary functions like "pow" More...

#include <matheval.hpp>

Inherits boost::spirit::qi::symbols< std::iterator_traits< Iterator >::value_type, binary_op< real_t >::op_t >.

Collaboration diagram for matheval::detail::grammar< real_t, Iterator >::bfunc_:

Public Member Functions

 bfunc_ ()

Detailed Description

template<typename real_t, typename Iterator>
struct matheval::detail::grammar< real_t, Iterator >::bfunc_

symbol table for binary functions like "pow"

Definition at line 450 of file matheval.hpp.

Constructor & Destructor Documentation

◆ bfunc_()

template<typename real_t, typename Iterator>
matheval::detail::grammar< real_t, Iterator >::bfunc_::bfunc_ ( )
inline

Definition at line 456 of file matheval.hpp.


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