Adds pipe interface to configuration elements. More...
#include <seqan3/core/algorithm/pipeable_config_element.hpp>
Inheritance diagram for seqan3::pipeable_config_element< derived_t, value_t >:Public Attributes | |
| value_t | value |
| The stored config value. | |
Adds pipe interface to configuration elements.
| derived_t | The type of the derived class. |
| value_t | The type of the wrapped value. |