Searched defs:DoubleOption (Results 1 – 1 of 1) sorted by relevance
98 struct DoubleOption : Option<double> { struct105 DoubleOption(std::string _selector, std::string _description, double defaultValue) in DoubleOption() argument