class DoublyLinkedHashTableTest_NoRemoveFromContainer_Class
Defined at line 226 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc
Negative compilation test which make sure that we cannot try to use a node
flagged with AllowRemoveFromContainer with a hashtable with doubly linked
list buckets. Even though the buckets themselves _could_ do this, the
HashTable currently tracks its size which makes direct node removal
impossible. This could be relaxed if we chose to introduce a version of the
hashtable which did not maintain an ongoing size count.
Public Methods
void DoublyLinkedHashTableTest_NoRemoveFromContainer_Class ()
Defined at line 226 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc
void ~DoublyLinkedHashTableTest_NoRemoveFromContainer_Class ()
Defined at line 226 of file ../../zircon/system/ulib/fbl/test/intrusive_hash_table_dll_tests.cc