|
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 type is constructable from T.
More...
#include <seqan3/alphabet/composite/detail.hpp>
Public Types | |
| template<typename type > | |
| using | invoke = std::integral_constant< bool, std::is_constructible_v< 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 constructable from T.