SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::fields_specialisation Concept Reference

Auxiliary concept that checks whether a type is a specialisation of seqan3::fields. More...

#include <seqan3/io/detail/record.hpp>

Concept definition

template<typename t>
concept seqan3::detail::fields_specialisation = is_value_specialisation_of_v<t, fields>
Auxiliary concept that checks whether a type is a specialisation of seqan3::fields.
Definition detail/record.hpp:32

Detailed Description

Auxiliary concept that checks whether a type is a specialisation of seqan3::fields.

Hide me