Searched refs:WithRange (Results 1 – 3 of 3) sorted by relevance
47 .WithRange(0.0, 1.0)98 #### WithRange method (optional)116 This is meant to be another shorthand (like `WithRange`) to avoid writing a custom type parser. In
122 ArgumentBuilder<TArg>& WithRange(const TArg& min, const TArg& max) { in WithRange() function
114 .WithType<double>().WithRange(0.1, 0.9) in MakeParser()117 .WithType<double>().WithRange(0.1, 1.0) in MakeParser()