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

Provides the format_base struct containing all helper functions that are needed in all formats. More...

#include <iostream>
#include <limits>
#include <sstream>
#include <string>
#include <meta/meta.hpp>
#include <seqan3/argument_parser/auxiliary.hpp>
#include <seqan3/argument_parser/exceptions.hpp>
#include <seqan3/argument_parser/validators.hpp>
#include <seqan3/core/detail/reflection.hpp>
#include <seqan3/std/filesystem>
+ Include dependency graph for format_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Provides the format_base struct containing all helper functions that are needed in all formats.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>