Constructors
Synopses
Declared in <bslh_wyhashincrementalalgorithm.h>
Create a WyHashIncrementalAlgorithm using a default initial seed.
Create a bslh::WyHashIncrementalAlgorithm, seeded with the specified seed.
explicit
WyHashIncrementalAlgorithm(uint64_t seed);
Create a bslh::WyHashIncrementalAlgorithm, seeded with k_SEED_LENGTH bytes of data starting at the specified seed.
explicit
WyHashIncrementalAlgorithm(char const* seed);
Created with MrDocs