|
Botan
1.11.15
|
#include <botan/types.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| size_t | Botan::clamp (size_t n, size_t lower_bound, size_t upper_bound) |
| template<typename T > | |
| T | Botan::round_down (T n, T align_to) |
| template<typename T > | |
| T | Botan::round_up (T n, T align_to) |
1.7.6.1