SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Helper struct to implement seqan3::detail::record_like. More...
#include <seqan3/io/detail/record_like.hpp>
Static Public Attributes | |
static constexpr bool | value = decltype(derived_from(std::declval<record_t &>())){} |
Whether the given record_t is derived_from seqan3::record. | |
Static Private Member Functions | |
static std::false_type | derived_from (...) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
template<typename... args_t> | |
static std::true_type | derived_from (seqan3::record< args_t... > &) |
Helper function to determine whether the given record_t is derived_from seqan3::record. | |
Helper struct to implement seqan3::detail::record_like.