ListOp< BinaryOp > Struct Template Reference

Operator to apply a binary operation to a pair of lists. More...

Public Member Functions

template<class Type >
List< Type > operator() (const List< Type > &a, const List< Type > &b) const
 
template<class Type >
Foam::List< Type > operator() (const List< Type > &a, const List< Type > &b) const
 

Detailed Description

template<class BinaryOp>
struct Foam::ListOp< BinaryOp >

Operator to apply a binary operation to a pair of lists.

Definition at line 287 of file ListOps.H.

Member Function Documentation

◆ operator()() [1/2]

List<Type> operator() ( const List< Type > &  a,
const List< Type > &  b 
) const

◆ operator()() [2/2]

Foam::List<Type> operator() ( const List< Type > &  a,
const List< Type > &  b 
) const

Definition at line 840 of file ListOpsTemplates.C.

References b, Foam::constant::universal::c, forAll, and List< T >::size().

Here is the call graph for this function:

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