tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
in_range.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<builtin_integer R, builtin_integer T>
constexpr auto in_range (T t) noexcept -> bool
 Returns true if the value of t is in the range of values that can be represented in R, that is, if t can be converted to R without data loss.