SeqAn3
seqan3::trivial_concept Interface Reference

A type that satisfies seqan3::trivially_copyable_concept and seqan3::trivially_destructible_concept. More...

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

Inheritance diagram for seqan3::trivial_concept:
[legend]

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: