folly::F14HashedKey::operator RangeT<K>

Converts explicitly to a range view of the stored key.

Synopsis

Declared in <folly/container/detail/F14Table.h>

template<
    typename K = TKeyType,
    typename Enable = IsRangeConvertible<K>>
constexpr
explicit
operator RangeT<K>() const;

Return Value

A range view over the stored key.