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