In C++17 the iterator library received size
, empty
, and data
allowing statically constructed arrays to behave like containers.
But I don't see a front
or back
function in the iterator library, which was added to the other containers in C++14: http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search=front&button=
Is this something that has been proposed?