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

The concept std::Destructible specifies the concept of all types whose instances can safely be destroyed at the end of their lifetime (including reference types). More...

+ Inheritance diagram for std::Destructible:

Detailed Description

The concept std::Destructible specifies the concept of all types whose instances can safely be destroyed at the end of their lifetime (including reference types).

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

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