I'm surprised this isn't a more common question.
I look up STL containers all the time, mainly using resources such as cplusplus.com and cppreference. However, when it comes to boost
libraries, I don't seem to have that option.
For example, if I want to know about the interface of boost::multi_index
and the kinds of methods available, and what they do, I have to read through the tutorials from the boost documentation, hoping that my my method will be mentioned there.
The following page discusses boost reference books:
where can I find a good boost reference?
Which is fine, but I was hoping for something more like the excellent reference websites available to us for STL containers. Do these exist?