SeqAn3
seqan3::trivially_destructible_concept Interface Reference

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

#include <seqan3/core/concept/core_language.hpp>

Inheritance diagram for seqan3::trivially_destructible_concept:
[legend]

Detailed Description

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

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

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