伪代码 const_iterator begin() const noexce…没有什么不同,一开始应该只有begin,没有cbegin,后来可...
而且真有需要的时候也有std::as_const(v).begin()、std::cbegin(v)和std::ranges::cbegin(v)等选...