16 Aug
2008
16 Aug
'08
3:37 p.m.
A couple of beginner questions on basic_managed_heap_memory:
1) I want to access elements in the contiguous memory segment by
using an int key, rather than a char string. Can I declare something
like this:
typedef basic_managed_heap_memory <
int, /* my key is an integer */
rbtree_best_fit