SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
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.

See also
Configuration

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