HASH_MAP

J

Jianli Shen

#include <ext/hash_map>

typedef HASH_MAP<Addr1, Addr2> AddrPair;
typedef HASH_MAP<AddrPair, int> PairCount;
typedef HASH_MAP<Addr1, PairCount> PairMap;

AddrPair addrPair;
PairCount pairCount;
PairMap pairMap;

I just want to use such structure to count the frequent of addrPair.

eg. <<A, B>, 6>
<<A, B1>, 8>
<<A, B2>, 4>
<<A2, C2>, 10>
<<A3, D2>, 16>

Don't know how to define the data structure, the above one don't work well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top