SeqAn3
seqan3::trivially_copyable_concept Interface Reference

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

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

Inheritance diagram for seqan3::trivially_copyable_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

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

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

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