Searched refs:WithRange (Results 1 – 4 of 4) 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
127 ArgumentBuilder<TArg>& WithRange(const TArg& min, const TArg& max) { in WithRange() function
209 .template WithType<double>().WithRange(0.0, 100.0)
164 .WithType<double>().WithRange(0.1, 0.9) in MakeParser()167 .WithType<double>().WithRange(0.1, 5.0) in MakeParser()