File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1415
1415
1416
1416
\begin {itemdescr }
1417
1417
\pnum
1418
- \ctype If \tcode {T} has a nested type \tcode {executor_type}, \tcode {typename T::executor_type}. Otherwise \tcode {Executor}.
1418
+ \ctype If the \grammarterm {qualified-id} \tcode {T::executor_type}
1419
+ is valid and denotes a type~(\CppXref {temp.deduct }), \tcode {T::executor_type}.
1420
+ Otherwise \tcode {Executor}.
1419
1421
\end {itemdescr }
1420
1422
1421
1423
\begin {itemdecl }
1424
1426
1425
1427
\begin {itemdescr }
1426
1428
\pnum
1427
- \returns If \tcode {T} has a nested type \tcode {executor_type}, \tcode {t.get_executor()}. Otherwise \tcode {e}.
1429
+ \returns If the \grammarterm {qualified-id} \tcode {T::executor_type}
1430
+ is valid and denotes a type~(\CppXref {temp.deduct }), \tcode {t.get_executor()}.
1431
+ Otherwise \tcode {e}.
1428
1432
\end {itemdescr }
1429
1433
1430
1434
You can’t perform that action at this time.
0 commit comments