29 const char* NumericParameterDescriptor<
unsigned int,
31 "\t%s%c<number> with number in the range [%u .. %u] (default %u)\n";
72 if (*String != EQUAL_CHARACTER)
74 if (not isdigit(*++String))
78 if (*EndPointer !=
END_STRING or errno != 0 or Value < Minimum or
81 Parameters.*ParameterPointer =
static_cast<unsigned int>(Value);