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

The concept std::same_as<T, U> is satisfied if and only if T and U denote the same type. More...

Detailed Description

The concept std::same_as<T, U> is satisfied if and only if T and U denote the same type.

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

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