Synopsis
Declared in <mp‐units/utility/format.h>
template<typename Int>
[[nodiscard]]
constexpr
std::make_unsigned_t<Int>
to_unsigned(Int value);
Return Value
|
Note
|
The return value should not be discarded. |
Created with MrDocs