Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::distance is an STL algorithm to determine the distance (in number of elements) between two iterators.
#include <cassert> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.