SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
weakly_assignable_from Interface Reference

Resolves to std::is_assignable_v<t>. More...

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

Detailed Description

Resolves to std::is_assignable_v<t>.

See also
https://en.cppreference.com/w/cpp/types/is_assignable

Note that this requires less than std::assignable_from, it simply tests if the expression std::declval<T>() = std::declval<U>() is well-formed.


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