Closed bstaletic closed 4 years ago
Reference: https://eel.is/c++draft/range.access#range.prim.cdata
Basically cdata is to data what cbegin is to begin - add const and call the other one.
cdata
data
cbegin
begin
Looks good to me, thanks. I didn't realise we didn't have this one already...
Reference: https://eel.is/c++draft/range.access#range.prim.cdata
Basically
cdata
is todata
whatcbegin
is tobegin
- add const and call the other one.