C++ Language/Std/Stl/Algorithms/Querying
Appearance
A "querying" algorithm is an algorithm that computes some kind of answer, without having any side-effect on the collection data.
C++ Language |
A "querying" algorithm is an algorithm that computes some kind of answer, without having any side-effect on the collection data.