文件名称:Programming Language C++, Library Working Group
文件大小:968KB
文件格式:PDF
更新时间:2020-10-29 05:26:17
c++
Changed the name of the type being proposed from array_view to span following feedback from
LEWG at the Kona meeting.
Removed multidimensional aspects from the proposal. span is now always single-dimension and
contiguous.
Added details on potential interoperation with the multidimensional view type from P0009 [5].
Removed functions to convert from span