SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
seqan3::TriviallyCopyable Interface Reference

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

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

+ Inheritance diagram for seqan3::TriviallyCopyable:

Related Functions

(Note that these are not member functions.)

Requirements for std::Swappable

You can expect these functions on all types that implement std::Swappable.

void swap (t &lhs, t &rhs)
 Swaps the contents of two objects. More...
 

Detailed Description


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