You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using cstring_view(str).remove_prefix to drop the first n characters of str, but since remove_prefix returns void, the call is meaningless. cstring_view should support this usage.
I tried using
cstring_view(str).remove_prefixto drop the first n characters ofstr, but sinceremove_prefixreturnsvoid, the call is meaningless.cstring_viewshould support this usage.