Y
Hacker News
new
|
ask
|
show
|
jobs
by
alcover
1629 days ago
Thank you. You don't seem to provide a
c_str()
equivalent (a method that gives a pointer to or copies out a C-string) or views ? Sorry if I missed them.
1 comments
guavaNinja
1629 days ago
We hate getters/setters. There is `using Str = Buf<char>` if you looked into Buf you will find ptr and count and cap. You are looking for ptr
link