class invalid_radix


class invalid_radix
    : public std::invalid_argument

Description

This exception type indicates that an invalid radix was supplied.

Public Member Functions

invalid_radix ()
noexcept

Constructs an invalid_radix.

invalid_radix (
    const invalid_radix& other
)

Copy-constructs an invalid_radix from an existing one.

Parameters:
  • other:

    The invalid_radix to copy from.

invalid_radix&
operator = (
    const invalid_radix& other
)

Copy-assigns an invalid_radix into this one.

Parameters:
  • other:

    The invalid_radix to copy from.

invalid_radix (
    invalid_radix&& other
)
noexcept

Move-constructs an invalid_radix from an existing one.

Parameters:
  • other:

    The invalid_radix to move from.

invalid_radix&
operator = (
    invalid_radix&& other
)
noexcept

Move-assigns an invalid_radix into this one.

Parameters:
  • other:

    The invalid_radix to move from.



Copyright © 2022-2025 Daniel T. McGinnis

CCL was first published in 2022, and is still actively maintained.

This website was first published in 2022, and is still actively maintained.

This specific web page was first published in 2023.