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

Name

Description

operator()

Compute a hash of the vector's elements.

Created with MrDocs