std::hash<folly::small_vector<T, M, P>>::operator()

Compute a hash of the vector's elements.

Synopsis

Declared in <folly/container/small_vector.h>

size_t
operator()(folly::small_vector<T, M, P> const& v) const;

Return Value

The combined hash of the vector's elements.

Parameters

NameDescription
vThe small_vector to hash.