C++ Logo

std-proposals

Advanced search

Re: Add first and last to the std::string_view

From: Bjorn Reese <breese_at_[hidden]>
Date: Fri, 22 Jan 2021 18:01:25 +0100
On 2021-01-22 14:30, Arthur O'Dwyer via Std-Proposals wrote:

> The vocabulary terms for "first" and "last" here, since Ranges-v3, are
> actually "take" and "drop":

std::span already uses first() and last() for this purpose.

Received on 2021-01-22 11:01:30