Loading...
Searching...
No Matches
plusEqOp< T, Key, HashType > Struct Template Reference

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

#include <HashOps.H>

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 148 of file HashOps.H.

Member Typedef Documentation

◆ value_type

template<class T, class Key = word, class HashType = Foam::Hash<Key>>
typedef HashTable<T, Key, HashType> value_type

Definition at line 150 of file HashOps.H.

Member Function Documentation

◆ operator()()

template<class T, class Key = word, class HashType = Foam::Hash<Key>>
void operator() ( value_type & a,
const value_type & b ) const
inline

Definition at line 152 of file HashOps.H.

References b.


The documentation for this struct was generated from the following file:
  • src/OpenFOAM/containers/HashTables/HashOps/HashOps.H