\ingroup annotations Annotation indicating that all following arguments are keyword-only; the is the equivalent of an unnamed '*' argument
| 2046 | /// Annotation indicating that all following arguments are keyword-only; the is the equivalent of |
| 2047 | /// an unnamed '*' argument |
| 2048 | struct kw_only {}; |
| 2049 | |
| 2050 | /// \ingroup annotations |
| 2051 | /// Annotation indicating that all previous arguments are positional-only; the is the equivalent of |
no outgoing calls