0
Q:

std::reverse

    std::vector<int> v{1,2,3};
    std::reverse(std::begin(v), std::end(v));
1

New to Communities?

Join the community