Public Member Functions | List of all members
ListAppendEqOp< T > Class Template Reference

Helper class for list to append y onto the end of x. More...

Public Member Functions

void operator() (List< T > &x, const List< T > &y) const
 

Detailed Description

template<class T>
class Foam::ListAppendEqOp< T >

Helper class for list to append y onto the end of x.

Definition at line 259 of file ListOps.H.

Member Function Documentation

◆ operator()()

void operator() ( List< T > &  x,
const List< T > &  y 
) const

Definition at line 722 of file ListOpsTemplates.C.

References forAll, List< T >::setSize(), List< T >::size(), and y.

Here is the call graph for this function:

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