lsst.cpputils g9ddcbc5298+a1346535a5
Loading...
Searching...
No Matches
Namespaces | Functions
hashCombine.h File Reference
#include <functional>

Go to the source code of this file.

Namespaces

namespace  lsst
 
namespace  lsst::cpputils
 

Functions

std::size_t lsst::cpputils::hashCombine (std::size_t seed) noexcept
 Combine hashes.
 
template<typename T , typename... Rest>
std::size_t lsst::cpputils::hashCombine (std::size_t seed, const T &value, Rest... rest) noexcept
 Combine hashes.
 
template<typename InputIterator >
std::size_t lsst::cpputils::hashIterable (std::size_t seed, InputIterator begin, InputIterator end) noexcept
 Combine hashes in an iterable.