TooTallNate / ref

Turn Buffer instances into "pointers"
http://tootallnate.github.com/ref
453 stars 141 forks source link

how can i deal with c++ STL types? #78

Open KongWeibin opened 7 years ago

KongWeibin commented 7 years ago

as follows:

std::set<uint32_t>  vset;
std::map<uint32_t, string >  vmap;

thanks!