Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
Loading...
Searching...
No Matches
sharg::detail::is_ostreamable_view Concept Reference

Concept for views whose value type is ostreamable. More...

#include <sharg/detail/to_string.hpp>

Concept definition

template<typename container_t>
Concept for views whose value type is ostreamable.
Definition to_string.hpp:30
Concept for types that can be parsed into a std::ostream via the stream operator.
Definition concept.hpp:61

Detailed Description

Concept for views whose value type is ostreamable.

Hide me