Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
fnv.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  adobe

Typedefs

template<std::size_t Bits>
using fnv_traits
template<std::size_t Bits>
using fnvtype

Functions

template<std::size_t Bits, typename Iterator, typename Predicate>
fnvtype< Bits > fnv1a (Iterator first, Predicate p)
template<std::size_t Bits, typename Iterator>
fnvtype< Bits > fnv1a (Iterator first, Iterator last)
template<std::size_t Bits, typename Container>
fnvtype< Bits > fnv1a (Container c)