From Jason Turner

[formatter.range.type]

Diff to HTML by rtfpessoa

tmp/tmpev70u37n/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ **Table: Meaning of range-type options** <a id="formatter.range.type">[formatter.range.type]</a>
2
+
3
+ | Option | Requirements | Meaning |
4
+ | ------ | ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5
+ | % `m` | `T` shall be either a specialization of `pair` or a specialization of `tuple` such that `tuple_size_v<T>` is `2`. | Indicates that the opening bracket should be `"{"`, the closing bracket should be `"}"`, the separator should be `", "`, and each range element should be formatted as if `m` were specified for its tuple-type. *If the `n` option is provided in addition to the `m` option, both the opening and closing brackets are still empty.* |
6
+ | % `s` | `T` shall be `charT`. | Indicates that the range should be formatted as a `string`. |
7
+ | % `?s` | `T` shall be `charT`. | Indicates that the range should be formatted as an escaped string [[format.string.escaped]]. |
8
+