If you have some standard STL container ctr, does ctr.end() == ctr.cend()?
ctr
ctr.end() == ctr.cend()
Is this guaranteed by the standard? Or for certain containers?
Any insight would be appreciated.