SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::pipeable_config_element< derived_t > Class Template Reference

Adds pipe interface to configuration elements. More...

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

Private Member Functions

Constructor, destructor and assignment
constexpr pipeable_config_element ()=default
 Defaulted.
 
constexpr pipeable_config_element (pipeable_config_element const &)=default
 Defaulted.
 
constexpr pipeable_config_element (pipeable_config_element &&)=default
 Defaulted.
 
constexpr pipeable_config_elementoperator= (pipeable_config_element const &)=default
 Defaulted.
 
constexpr pipeable_config_elementoperator= (pipeable_config_element &&)=default
 Defaulted.
 
 ~pipeable_config_element ()=default
 Defaulted.
 

Private Attributes

friend derived_t
 Befriend the derived class.
 

Detailed Description

template<typename derived_t>
class seqan3::pipeable_config_element< derived_t >

Adds pipe interface to configuration elements.

Template Parameters
derived_tThe type of the derived class.

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