SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::pipeable_config_element Struct Reference

Adds pipe interface to configuration elements. More...

#include <seqan3/core/configuration/pipeable_config_element.hpp>

+ Inheritance diagram for seqan3::pipeable_config_element:

Detailed Description

Adds pipe interface to configuration elements.

An empty base class which is used by the algorithm configurations to be identified as a configuration element and to compose an algorithm configuration using the pipe-operator.


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