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

The concept std::DerivedFrom<Derived, Base> is satisfied if and only if Base is a class type that is either Derived or a public and unambiguous base of Derived, ignoring cv-qualifiers. More...

Detailed Description

The concept std::DerivedFrom<Derived, Base> is satisfied if and only if Base is a class type that is either Derived or a public and unambiguous base of Derived, ignoring cv-qualifiers.

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

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