N4183: Contiguous Iterators: Pointer Conversion & Type Trait -- Nevin Liber
A new WG21 paper is available. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4183
Date: 2014-10-10
Contiguous Iterators: Pointer Conversion & Type Trait
by Nevin Liber
Excerpt:
This is a proposal to:
- Add a mechanism for converting a contiguous iterator to a pointer
- A type trait for contiguous iterators
It builds upon the discussion in Issaquah on the previous version of this paper (n3884) and is dependent on n4132 Contiguous Iterators by Jens Maurer.