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

The negation of bio::meta::decays_to. More...

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

Concept definition

template<typename from_t, typename to_t>
Resolves to std::same_as<std::decay_t<t>, std::decay_t<u>>.
Definition: core_language.hpp:133
The negation of bio::meta::decays_to.
Definition: core_language.hpp:138

Detailed Description

The negation of bio::meta::decays_to.