bi
An arbitrary precision integer library for C++.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bi::overflow_error Class Reference

Throws if an operation expects the result to require a digit vector with size() exceeding max_size(). See the internals section. More...

#include "bi_exceptions.hpp"

Inheritance diagram for bi::overflow_error:
bi::exception

Public Member Functions

 exception (const std::string &message)
 
- Public Member Functions inherited from bi::exception
 exception (const std::string &message)
 

Detailed Description

Throws if an operation expects the result to require a digit vector with size() exceeding max_size(). See the internals section.