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

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

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

Concept definition

template<typename t>
concept bio::meta::arithmetic = std::is_arithmetic_v<t>
A type that satisfies std::is_arithmetic_v<t>.
Definition: core_language.hpp:62

Detailed Description