ΒΆtemplate <typename Int>
constexpr auto to_unsigned(Int value) ->
typename std::make_unsigned<Int>::type
template <typename Int>
constexpr auto to_unsigned(Int value) ->
typename std::make_unsigned<Int>::type
Declared at: third_party/fmt/include/fmt/core.h:373
Templates
- Int
Parameters
- Int value