plusEqOp< T, Key, HashType > Struct Template Reference

Combine HashTable operation. Equivalent to 'a += b'. More...

Public Types

typedef HashTable< T, Key, HashType > value_type
 

Public Member Functions

void operator() (value_type &a, const value_type &b) const
 

Detailed Description

template<class T, class Key = word, class HashType = Foam::Hash<Key>>
struct Foam::HashTableOps::plusEqOp< T, Key, HashType >

Combine HashTable operation. Equivalent to 'a += b'.

Definition at line 135 of file HashOps.H.

Member Typedef Documentation

◆ value_type

typedef HashTable<T, Key, HashType> value_type

Definition at line 137 of file HashOps.H.

Member Function Documentation

◆ operator()()

void operator() ( value_type a,
const value_type b 
) const
inline

Definition at line 139 of file HashOps.H.

References Foam::constant::physicoChemical::b.


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