.. index:: pair: struct; rgpot::Fnv1a .. _doxid-structrgpot_1_1_fnv1a: struct rgpot::Fnv1a =================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct Fnv1a { // fields static uint64_t :target:`kOffset` = 0xcbf29ce484222325ULL; static uint64_t :target:`kPrime` = 0x100000001b3ULL; uint64_t :target:`h` = kOffset; // methods void :target:`bytes`(const void* data, std::size_t n); void :target:`f64`(double v); void :target:`i64`(int64_t v); void :target:`u64`(uint64_t v); void :target:`b8`(bool v); void :target:`str`(std::string_view s); };