Validates that value is a nonnegative integer and returns it as unsigned long long.
Synopsis
Declared in <mp‐units/utility/format.h>
template<typename T>
[[nodiscard]]
constexpr
unsigned long long
operator()(T value) const;
Return Value
value converted to unsigned long long
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
value |
the resolved format argument to validate |
Created with MrDocs