![]() |
Bitcoin Core 28.0.0
P2P Digital Currency
|
#include <limits>#include <optional>#include <type_traits>Go to the source code of this file.
Functions | |
| template<class T > | |
| bool | AdditionOverflow (const T i, const T j) noexcept |
| template<class T > | |
| std::optional< T > | CheckedAdd (const T i, const T j) noexcept |
| template<class T > | |
| T | SaturatingAdd (const T i, const T j) noexcept |
Definition at line 24 of file overflow.h.