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
Copy file name to clipboardExpand all lines: doc/tables.qbk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ the input they match unless otherwise stated in the table below.]
330
330
[[ _symbols_t_ ]
331
331
[ _symbols_ is an associative container of key, value pairs. Each key is a _std_str_ and each value has type `T`. In the Unicode parsing path, the strings are considered to be UTF-8 encoded; in the non-Unicode path, no encoding is assumed. _symbols_ matches the longest prefix `pre` of the input that is equal to one of the keys `k`. If the length `len` of `pre` is zero, and there is no zero-length key, it does not match the input. If `len` is positive, the generated attribute is the value associated with `k`.]
332
332
[ `T` ]
333
-
[ Unlike the other entries in this table, _symbols_ is a type, not an object. ]]
333
+
[ Unlike the other entries in this table, _symbols_ is a type, not an object. Inside of skippers, all _symbols_ will appear empty. ]]
334
334
335
335
[[ _quot_str_ ]
336
336
[ Matches `'"'`, followed by zero or more characters, followed by `'"'`. ]
0 commit comments