SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::implicitly_convertible_from< T > Struct Template Reference

'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.
 

Detailed Description

template<typename T>
struct seqan3::detail::implicitly_convertible_from< T >

'Callable' helper class that is invokable by meta::invoke.

Returns a std::true_type if the T is implicitly convertible to type.


The documentation for this struct was generated from the following file:
Hide me