SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
config_element_pipeable_with Interface Reference

Concept to check if one configuration element can be combined with another configuration element. More...

#include <seqan3/core/configuration/detail/concept.hpp>

Detailed Description

Concept to check if one configuration element can be combined with another configuration element.

Template Parameters
config1_tThe type of the first configuration element.
config2_tThe type of the second configuration element.

This concept is fulfilled if:


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