MySQL 9.1.0
Source Code Documentation
|
Some utilities for saturating add. More...
#include <limits>
#include <type_traits>
Go to the source code of this file.
Functions | |
template<class T , class U > | |
T | AddWithSaturate (T a, U b) |
template<class T , class U > | |
void | AddWithSaturate (T a, U *b) |
Some utilities for saturating add.