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

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.
 

Detailed Description

template<typename record_t>
struct seqan3::detail::is_derived_from_record< record_t >

Helper struct to implement seqan3::detail::record_like.


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