SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::detail::constructible_from< T > Struct Template Reference

'Callable' helper class that is invokable by meta::invoke. Returns an 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.
 

Detailed Description

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

'Callable' helper class that is invokable by meta::invoke. Returns an std::true_type if the type is constructable from T.


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