SeqAn3
std::SignedIntegral Interface Reference

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

Inheritance diagram for std::SignedIntegral:
[legend]

Detailed Description

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

See also
https://en.cppreference.com/w/cpp/concepts/SignedIntegral

The documentation for this interface was generated from the following file: