Validates that value is a nonnegative integer and returns it as unsigned long long.
Declared in <mp-units/utility/format.h>
template<typename T>
[[nodiscard]]
constexpr
unsigned long long
operator()(T value) const;
| Name | Description |
|---|---|
| value | the resolved format argument to validate |