Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::lower_bound is an STL algorithm to find an element in a container smaller than a certain value.
#include <algorithm> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.