c++.stlsoft - listview_inserter update
- "Pablo Aguilar" <paguilarg hotmail.com> Apr 06 2004
- "Matthew" <matthew stlsoft.org> Apr 11 2004
I was trying to use listview_inserter with a map<string,string>, and thought it might be a good idea to extend the inserter to support something like: operator()(<something like boost's tuple, only with strings>) or at least operator()(pair<string,string>) and it would insert both the item and subitem 1 what do you think?
Apr 06 2004
I'll give it some thought. I'm not sure it's as simple as it sounds ... "Pablo Aguilar" <paguilarg hotmail.com> wrote in message news:c4vhj3$ont$1 digitaldaemon.com...I was trying to use listview_inserter with a map<string,string>, and
it might be a good idea to extend the inserter to support something like: operator()(<something like boost's tuple, only with strings>) or at least operator()(pair<string,string>) and it would insert both the item and subitem 1 what do you think?
Apr 11 2004








"Matthew" <matthew stlsoft.org>