OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Public Member Functions | List of all members
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 >.

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 449 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 455 of file matheval.hpp.

References atan2(), and pow().

Here is the call graph for this function:

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