42 return this->type == other.type and this->value == other.value;
Structure representing a single command-line argument token.
token_type
The token type discriminator.
bool operator==(const argument_token &other) const noexcept
Equality operator for comparing argument_token instances.
argument_token(const token_type type, const std::string &value)
Constructor of a command-line argument.