int count(const std::string &option_name);
Getting the value of a unexisting option is undefined, so use exists first to check if the option exists
Back to index