ΒΆtemplate <typename Char>
constexpr auto parse_nonnegative_int(
    const Char*& begin,
    const Char* end,
    int error_value) noexcept -> int

Declared at: third_party/fmt/include/fmt/core.h:2138

Templates

Char

Parameters

const Char*& begin
const Char* end
int error_value