| 91 | |
| 92 | public: |
| 93 | array_map() : array_map(ht::DEFAULT_INIT_BUCKET_COUNT) {} |
| 94 | |
| 95 | explicit array_map(size_type bucket_count, const Hash& hash = Hash()) |
| 96 | : m_ht(bucket_count, hash, ht::DEFAULT_MAX_LOAD_FACTOR) {} |
nothing calls this directly
no outgoing calls
no test coverage detected