|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Defines the requirements of a seqan3::detail::strong_type specialisation. More...
#include <seqan3/core/detail/strong_type.hpp>
Related Symbols | |
(Note that these are not member symbols.) | |
Requirements for seqan3::detail::derived_from_strong_type | |
You can expect these members on all types that implement seqan3::detail::derived_from_strong_type. | |
| typedef IMPLEMENTATION_DEFINED | value_type |
| The underlying type represented by this strong type. | |
| static constexpr seqan3::detail::strong_type_skill | skills |
| The selected skills for this strong type. | |
Defines the requirements of a seqan3::detail::strong_type specialisation.
| strong_type_t | The type the concept check is performed on (the putative strong type). |