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

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

Detailed Description

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

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