Loading...
Searching...
No Matches
g_bitor< E1, E2 > Class Template Reference

#include <GenericExpression.H>

Inheritance diagram for g_bitor< E1, E2 >:
Collaboration diagram for g_bitor< E1, E2 >:

Public Member Functions

 g_bitor (const E1 &u, const E2 &v)
auto evaluate () const
Public Member Functions inherited from GenericExpression< g_bitor< E1, E2 > >
auto evaluate () const

Static Public Attributes

static constexpr bool is_leaf = false
Static Public Attributes inherited from GenericExpression< g_bitor< E1, E2 > >
static constexpr bool is_leaf

Detailed Description

template<typename E1, typename E2>
class Foam::Expression::g_bitor< E1, E2 >

Definition at line 231 of file GenericExpression.H.

Constructor & Destructor Documentation

◆ g_bitor()

template<typename E1, typename E2>
g_bitor ( const E1 & u,
const E2 & v )
inline

Definition at line 231 of file GenericExpression.H.

Referenced by evaluate().

Here is the caller graph for this function:

Member Function Documentation

◆ evaluate()

template<typename E1, typename E2>
auto evaluate ( ) const
inline

Definition at line 231 of file GenericExpression.H.

References EXPRESSION_OPERATOR, and g_bitor().

Here is the call graph for this function:

Member Data Documentation

◆ is_leaf

template<typename E1, typename E2>
bool is_leaf = false
staticconstexpr

Definition at line 231 of file GenericExpression.H.


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