C++ Logo

std-proposals

Advanced search

[std-proposals] [floating an idea]Allow construct basic_string_view from any contiguous_range of charT

From: 李 秋逸 <QiuyiLi1023_at_[hidden]>
Date: Sat, 19 Apr 2025 18:45:51 +0000
The code below is an error, that is strange.

string str = /* ... */;
auto vw = str|split('.')|transform([](string_view sv){/* ... */});

获取Outlook for Android<https://aka.ms/AAb9ysg>

Received on 2025-04-19 18:45:58