BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
bio::meta::trivial Concept Reference

A type that satisfies bio::meta::trivially_copyable and bio::meta::trivially_destructible. More...

#include <bio/meta/concept/core_language.hpp>

Concept definition

template<typename t>
A type that satisfies bio::meta::trivially_copyable and bio::meta::trivially_destructible.
Definition: core_language.hpp:111
A type that satisfies std::is_trivially_copyable_v<t>.
Definition: core_language.hpp:103
A type that satisfies std::is_trivially_destructible_v<t>.
Definition: core_language.hpp:96

Detailed Description