SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::UnsignedIntegral Interface Reference

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

+ Inheritance diagram for std::UnsignedIntegral:

Detailed Description

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

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

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