3#ifndef TETL_NUMERIC_DIV_SAT_HPP
4#define TETL_NUMERIC_DIV_SAT_HPP
15template <builtin_
integer Int>
16[[nodiscard]]
constexpr auto div_sat(Int x, Int y)
noexcept -> Int
#define TETL_PRECONDITION(...)
Definition check.hpp:16
constexpr auto div_sat(Int x, Int y) noexcept -> Int
Computes the saturating division x / y.
Definition div_sat.hpp:16
Definition adjacent_find.hpp:8
constexpr bool is_signed_v
Definition is_signed.hpp:30
static constexpr auto max() noexcept
Definition numeric_limits.hpp:21
static constexpr auto min() noexcept
Definition numeric_limits.hpp:20