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

#include <ListExpression.H>

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

Classes

struct  const_iterator

Public Types

typedef E1::value_type value_type

Public Member Functions

 List_multiply (const E1 &u, const E2 &v)
auto operator[] (const label i) const
auto size () const noexcept
const_iterator cbegin () const
const_iterator cend () const
Public Member Functions inherited from ListExpression< List_multiply< E1, E2 > >
auto operator[] (const label i) const
auto size () const noexcept
Container & fill (Container &lst) const
 Helper: assign to passed in list.
Container & evaluate (Container &lst) const
 Helper: assign to passed in list.

Static Public Attributes

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

Detailed Description

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

Definition at line 1776 of file ListExpression.H.

Member Typedef Documentation

◆ value_type

template<typename E1, typename E2>
typedef E1::value_type value_type

Definition at line 1776 of file ListExpression.H.

Constructor & Destructor Documentation

◆ List_multiply()

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

Definition at line 1776 of file ListExpression.H.

Referenced by List_multiply< typename E1::IntExpr, typename E2::IntExpr >::cbegin().

Here is the caller graph for this function:

Member Function Documentation

◆ operator[]()

template<typename E1, typename E2>
auto operator[] ( const label i) const
inline

Definition at line 1776 of file ListExpression.H.

◆ size()

template<typename E1, typename E2>
auto size ( ) const
inlinenoexcept

Definition at line 1776 of file ListExpression.H.

◆ cbegin()

template<typename E1, typename E2>
const_iterator cbegin ( ) const
inline

Definition at line 1776 of file ListExpression.H.

◆ cend()

template<typename E1, typename E2>
const_iterator cend ( ) const
inline

Definition at line 1776 of file ListExpression.H.

Member Data Documentation

◆ is_leaf

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

Definition at line 1776 of file ListExpression.H.


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