\ingroup annotations Annotation indicating that all previous arguments are positional-only; the is the equivalent of an unnamed '/' argument
| 2051 | /// Annotation indicating that all previous arguments are positional-only; the is the equivalent of |
| 2052 | /// an unnamed '/' argument |
| 2053 | struct pos_only {}; |
| 2054 | |
| 2055 | template <typename T> |
| 2056 | arg_v arg::operator=(T &&value) const { |
no outgoing calls