SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
predicate_detail.hpp File Reference

Provides parse conditions for tokenization. More...

+ Include dependency graph for predicate_detail.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

template<char op, typename condition_head_t , typename ... condition_ts>
small_string constexpr condition_message_v
 Defines a compound seqan3::small_string consisting of all given conditions separated by the operator-name op. More...
 

Detailed Description

Provides parse conditions for tokenization.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>