SeqAn3
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:
[legend]

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: