The concept signed_integral<T> is satisfied if and only if T is an integral type and is_signed_v<T> is true.
More...
template<typename T>
The concept integral<T> is satisfied if and only if T is an integral type.
Definition integral.hpp:14
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:16
and
Definition incrementable_traits.hpp:40
The class template bitset represents a fixed-size sequence of Bits bits. Bitsets can be manipulated b...
Definition bitset.hpp:23
The concept signed_integral<T> is satisfied if and only if T is an integral type and is_signed_v<T> is true.