Struct ExceededMaxIterations

Inheritance Relationships

Base Type

Struct Documentation

struct ExceededMaxIterations : public xn::XNetworkException

Raised if (a loop iterates too many times without breaking. This may occur, for example, in an algorithm that computes progressively better approximations to a value but exceeds an iteration bound specified by the user.

Public Functions

inline explicit ExceededMaxIterations(std::string_view msg)