SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
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 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: