tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::signed_integral Concept Reference

The concept signed_integral<T> is satisfied if and only if T is an integral type and is_signed_v<T> is true. More...

#include <signed_integral.hpp>

Concept definition

template<typename T>
The concept integral<T> is satisfied if and only if T is an integral type.
Definition integral.hpp:13
The concept signed_integral<T> is satisfied if and only if T is an integral type and is_signed_v<T> i...
Definition signed_integral.hpp:15
constexpr bool is_signed_v
Definition is_signed.hpp:30

Detailed Description

The concept signed_integral<T> is satisfied if and only if T is an integral type and is_signed_v<T> is true.