Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
Loading...
Searching...
No Matches
concept.hpp File Reference

Provides helper concepts. More...

#include <concepts>
#include <sharg/enumeration_names.hpp>
+ Include dependency graph for concept.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Concepts

concept  sharg::istreamable
 Concept for types that can be parsed from a std::istream via the stream operator.
 
concept  sharg::ostreamable
 Concept for types that can be parsed into a std::ostream via the stream operator.
 
concept  sharg::parsable
 Checks whether the the type can be used in an add_(positional_)option call on the parser.
 

Detailed Description

Provides helper concepts.

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