SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
'Callable' helper class that is invokable by meta::invoke.Returns a std::true_type if the type
is assignable from T
.
More...
#include <seqan3/alphabet/composite/detail.hpp>
Public Types | |
template<typename type > | |
using | invoke = std::integral_constant< bool, weakly_assignable_from< type, T > > |
The returned type when invoked. | |
'Callable' helper class that is invokable by meta::invoke.
Returns a std::true_type if the type
is assignable from T
.