We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
opt
arg
Because the lambda is taken by const& is can only be copied into the parser object, which is not possible if it contains state that can only be moved.
const&
https://godbolt.org/z/d9hGsa1Te
Status