template<typename K, typename M, typename H, typename E, typename A>
class folly::f14::detail::F14BasicMap< K, M, H, E, A >
Definition at line 53 of file F14Map.h.
template<typename K, typename M, typename H, typename E, typename A>
template<typename V >
Definition at line 76 of file F14Map.h.
Referenced by folly::f14::detail::F14BasicMap< Key, Mapped, Hasher, KeyEqual, Alloc >::getAllocatedMemorySize(), and folly::F14VectorMap< Key, Mapped, Hasher, KeyEqual, Alloc >::operator=().
77 auto bc = this->bucket_count();
79 visitor(bc *
sizeof(pointer), 1);
81 if (this->
size() > 0) {
82 visitor(
sizeof(StdNodeReplica<K, value_type, H>), this->
size());
constexpr auto size(C const &c) -> decltype(c.size())