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
Name |
Description |
v |
The small_vector to hash. |
Created with MrDocs