SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
config_element Interface Reference

Concept for an algorithm configuration element. More...

#include <seqan3/core/configuration/detail/concept.hpp>

+ Inheritance diagram for config_element:

Related Symbols

(Note that these are not member symbols.)

Requirements for seqan3::detail::config_element

You can expect this member on all types that satisfy seqan3::detail::config_element.

 id
 Algorithm specific static id used for internal validation checks.
 

Detailed Description

Concept for an algorithm configuration element.


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