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

This concept encompasses exactly the types char, wchar_t, char16_t and char32_t. More...

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

Concept definition

template<typename type>
This concept encompasses exactly the types char, wchar_t, char16_t and char32_t.
Definition: core_language.hpp:89
Resolves to (std::same_as<query_t, other_types> || ...).
Definition: core_language.hpp:74

Detailed Description

This concept encompasses exactly the types char, wchar_t, char16_t and char32_t.