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

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

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