SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
unsigned_integral Interface Reference

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

+ Inheritance diagram for unsigned_integral:

Detailed Description

The concept std::unsigned_integral 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/unsigned_integral

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