Class Subspace :: sus :: num :: TryFromIntError

class TryFromIntError
{ ... };

The error type returned when a checked integral type conversion fails.

Static Methods

Constructs a TryFromIntError with kind OutOfBounds.

Methods

auto kind() const -> sus::num::TryFromIntError::Kind

Gives the kind of error that occured.

Operators

auto operator==(TryFromIntError rhs) const -> bool

Satisfies the Eq concept.