BDE 4.14.0 Production release
|
#include <bslstl_variant.h>
Public Member Functions | |
Variant_HashVisitor (t_HASHALG &hashAlg) | |
template<class t_TYPE > | |
void | operator() (t_TYPE &value) const |
This component-private class is a visitor that is used to implement hashAppend
for bsl::variant
.
See bslstl_variant
|
inlineexplicit |
Create a Variant_HashVisitor
object that, when invoked, appends to the specified hashAlg
.
|
inline |
Append the specified value
(i.e., the alternative that is being visited) to d_hashAlg
.