Searched defs:Option (Results 1 – 4 of 4) sorted by relevance
71 struct Option { struct72 char shortOption = '\0'; argument73 std::string longOption; argument75 std::function<Status(ParsedOptions*)> op; argument78 std::string getShortOptions(const std::vector<Option>& options) { in getShortOptions() argument
54 enum Option : int { enum
49 impl<T> TryInsert for Option<T> { implementation
96 enum class Option : int { enum