plusEqOp< Key, HashType > Struct Template Reference

Combine HashSet operation. Equivalent to 'a |= b'. More...

Public Types

typedef HashSet< Key, HashType > value_type
 

Public Member Functions

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

Detailed Description

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

Combine HashSet operation. Equivalent to 'a |= b'.

Definition at line 66 of file HashOps.H.

Member Typedef Documentation

◆ value_type

typedef HashSet<Key, HashType> value_type

Definition at line 68 of file HashOps.H.

Member Function Documentation

◆ operator()()

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

Definition at line 70 of file HashOps.H.

References b.


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