I am trying to use Linux tools as my reference at the moment, since they are faster. I have gotten things like man std::vector to work by installing libstdc++-6....
However, I am missing things like std::accumulate. Where can i find the man pages for the algorithms header?