Comparator for block types based on pointer address. More...
#include <coalescing_free_list.hpp>
Public Types | |
using | is_transparent = void |
Comparator for block types based on pointer address.
This comparator allows searching associative containers of blocks by pointer rather than having to search by the contained type. Saves potentially error-prone temporary construction of a block when you just want to search by pointer.