1#ifndef SANISIZER_CAST_HPP
2#define SANISIZER_CAST_HPP
26template<
typename Size_,
typename Value_>
45template<
typename Dest_,
typename Value_>
46constexpr Dest_
cast(Value_ x) {
Create compile-time attestations.
Sanitize sizes to avoid integer overflow.
Definition arithmetic.hpp:16
constexpr auto get_value(Value_ x)
Definition attest.hpp:105
constexpr auto can_cast(Value_ x)
Definition cast.hpp:27
constexpr bool check_overflow(Value_ x)
Definition attest.hpp:178
constexpr Dest_ cast(Value_ x)
Definition cast.hpp:46