A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N4017
Date: 2014-05-22
Non-member size() and more
by Riccardo Marcangelo
Excerpt:
This is a proposal to add non-member
std::size
and other useful utility functions (std::empty
,std::front
,std::back
, andstd::data
). The inclusion of these functions would provide benefits in regards to safety, efficiency, and generality.
Add a Comment
Comments are closed.