SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
trivially_destructible Interface Reference

A type that satisfies std::is_trivially_destructible_v<t>. More...

#include <seqan3/utility/concept.hpp>

+ Inheritance diagram for trivially_destructible:

Detailed Description

A type that satisfies std::is_trivially_destructible_v<t>.

See also
https://en.cppreference.com/w/cpp/types/is_destructible

This entity is not part of the SeqAn API. Do not rely on it in your applications.


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