associative container

T

T.Meitz

Hi everybody,

I'm looking for an associative container (like STL map), with a regex
like "find" method.

Any suggestions are welcome.

greetings
Thomas
 
T

Thomas Matthews

T.Meitz said:
Hi everybody,

I'm looking for an associative container (like STL map), with a regex
like "find" method.

Any suggestions are welcome.

greetings
Thomas

This would be an excellent discussion topic for

The fundamentals is how to design an associative container
which supports regular expressions.


--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
T

T.Meitz

Thomas Matthews said:
This would be an excellent discussion topic for

The fundamentals is how to design an associative container
which supports regular expressions.

Hi Thomas,

I will try it...
 

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,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top