folly::F14NodeMap::rehash

Rehash this container. methodset Hash policy

Synopsis

Declared in <folly/container/F14Map.h>

void
rehash(std::size_t bucketCapacity);

Description

This function is provided for compliance with C++'s requirements for hashtables, but is no better than a simple reserve call for F14.

Parameters

NameDescription
bucketCapacityThe desired capacity across all buckets.