proxygen
|
#include <StringKeyedUnorderedMap.h>
Public Types | |
using | Super = F14NodeMap< std::string, Mapped, Hash, Eq, Alloc > |
using | require_transparent_hash = typename Hash::is_transparent |
using | require_transparent_eq = typename Eq::is_transparent |
Public Member Functions | |
StringKeyedUnorderedMap () | |
std::pair< typename Super::iterator, bool > | insert (std::pair< StringPiece, Mapped > const &p) |
std::pair< typename Super::iterator, bool > | insert (std::pair< StringPiece, Mapped > &&p) |
Public Member Functions inherited from folly::F14NodeMap< std::string, Mapped, Hash, Eq, Alloc > | |
F14NodeMap ()=default | |
F14NodeMap & | operator= (std::initializer_list< value_type > ilist) |
Public Member Functions inherited from folly::f14::detail::F14BasicMap< std::string, Mapped, Hash, Eq, Alloc > | |
F14BasicMap ()=default | |
std::size_t | getAllocatedMemorySize () const |
void | visitAllocationClasses (V &&visitor) const |
void | visitContiguousRanges (V &&visitor) const |
Definition at line 29 of file StringKeyedUnorderedMap.h.
using folly::StringKeyedUnorderedMap< Mapped, Hash, Eq, Alloc >::require_transparent_eq = typename Eq::is_transparent |
Definition at line 34 of file StringKeyedUnorderedMap.h.
using folly::StringKeyedUnorderedMap< Mapped, Hash, Eq, Alloc >::require_transparent_hash = typename Hash::is_transparent |
Definition at line 33 of file StringKeyedUnorderedMap.h.
using folly::StringKeyedUnorderedMap< Mapped, Hash, Eq, Alloc >::Super = F14NodeMap<std::string, Mapped, Hash, Eq, Alloc> |
Definition at line 31 of file StringKeyedUnorderedMap.h.
|
inline |
Definition at line 38 of file StringKeyedUnorderedMap.h.
|
inline |
Definition at line 44 of file StringKeyedUnorderedMap.h.
Referenced by TEST().
|
inline |