SeqAn3
parse_condition_detail.hpp File Reference

Provides parse conditions for tokenization. More...

#include <cctype>
#include <stdexcept>
#include <string>
#include <seqan3/std/concepts>
#include <seqan3/alphabet/all.hpp>
#include <seqan3/core/detail/reflection.hpp>
#include <seqan3/core/metafunction/basic.hpp>
#include <seqan3/io/exception.hpp>
#include <seqan3/range/container/constexpr_string.hpp>
Include dependency graph for parse_condition_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>
constexpr_string constexpr condition_message_v
 Defines a compound seqan3::constexpr_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>