QtCS2024 std::format: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Session Summary== ==Session Owners== ==Notes== Category:QtCS2024") |
Ivan.solovev (talk | contribs) (Updated session summary) |
||
Line 1: | Line 1: | ||
==Session Summary== | ==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== | ==Session Owners== |
Revision as of 10:11, 5 September 2024
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?