std::hash<folly::small_vector<T, M, P>>

Hash specialization for folly::small_vector.

Synopsis

Declared in <folly/container/small_vector.h>

template<
    class T,
    std::size_t M,
    class P>
struct hash<folly::small_vector<T, M, P>>;

Member Functions

NameDescription
operator() Compute a hash of the vector's elements.