SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::pipeable_config_element< derived_t, value_t > Struct Template Reference

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.
 

Detailed Description

template<typename derived_t, typename value_t>
struct seqan3::pipeable_config_element< derived_t, value_t >

Adds pipe interface to configuration elements.

Template Parameters
derived_tThe type of the derived class.
value_tThe type of the wrapped value.

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