Skip to content

Instantly share code, notes, and snippets.

@ilpropheta
Last active January 2, 2017 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilpropheta/8ac15e44392e59fdc6f2966fcf3d5d44 to your computer and use it in GitHub Desktop.
Save ilpropheta/8ac15e44392e59fdc6f2966fcf3d5d44 to your computer and use it in GitHub Desktop.
CString cstr = ...
string_view cstrv {cstr.GetString()};
string stdstr = ...
string_view stdstrv {stdstr};
QString qstr = ...
string_view qstrv {qstr.toLatin1().constData()};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment