QtCS2024 std::format

From Qt Wiki
Revision as of 10:11, 5 September 2024 by Ivan.solovev (talk | contribs) (Updated session summary)
Jump to navigation Jump to search

Session Summary

In this session we'll discuss std::format and its support in Qt.

We'll try to discuss sevaral main questions:

  • Which Qt types should support formattings with std::format?
  • Do we limit ourselves with the standard format specifiers, or do we allow custom specifiers?
  • Implementation details


Bonus topic:

Do we need an alternative to QString::arg() with std::format-like syntax?

Session Owners

Notes