DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 13.02.02-1 / yo / concrete / examples / iterators / random.cc
123456789
#include "random.h" #include <algorithm> using namespace std; int main() { sort(RandomIterator{ 0 }, RandomIterator{ 100 }); }