SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
trivially_copyable Interface Reference

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

#include <seqan3/utility/detail/exposition_only_concept.hpp>

+ Inheritance diagram for trivially_copyable:

Detailed Description

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

See also
https://en.cppreference.com/w/cpp/types/is_trivially_copyable
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: