Example\n The following code shows an example for rend(). \n @includelineno rend.cpp \n Output (play with this example @htmlinclude rend.link):\n @verbinclude rend.output \n The example code above can be translated with @verbatim g++ -std=c++11 -Isrc doc/examples/rend.cpp -o rend @endverbatim
See also
crend() – returns a const reverse iterator to the end
rbegin() – returns a reverse iterator to the beginning
crbegin() – returns a const reverse iterator to the beginning