Hash specialization for folly::small_vector.
Declared in <folly/container/small_vector.h>
template<
class T,
std::size_t M,
class P>
struct hash<folly::small_vector<T, M, P>>;
| Name | Description |
|---|---|
operator() | Compute a hash of the vector's elements. |