C++ Logo

std-proposals

Advanced search

Re: std::iterator_static_cast & std::iterator_const_cast?

From: Lyberta <lyberta_at_[hidden]>
Date: Fri, 03 May 2019 08:05:00 +0000
Note that some iterator are non trivial so casting away constness may be
also non trivial. This should be a customization point object like
std::ranges::begin.


Received on 2019-05-03 03:07:06