O
Size: a a a
O
А
TS
O
А
TS
O
std::string
имеет нулль-терминатор? Я только помню, что у нас есть c_str()
, которая возвращала именно такой указатель, требования к самой строке не помнюTS
std::string
имеет нулль-терминатор? Я только помню, что у нас есть c_str()
, которая возвращала именно такой указатель, требования к самой строке не помнюThe returned array is null-terminated, that is, data() and c_str() perform the same function.
If empty() returns true, the pointer points to a single null character.
O
The returned array is null-terminated, that is, data() and c_str() perform the same function.
If empty() returns true, the pointer points to a single null character.
>> data() and c_str() perform the same function.
TS
>> data() and c_str() perform the same function.
А
>> data() and c_str() perform the same function.
TS
O
string_view
...TS
TS
А
TS
А
O