A strong type can be printed by printing its underlying value.
More...
|
template<typename stream_t , typename arg_t > |
constexpr void | operator() (stream_t &stream, arg_t &&arg) const |
| Prints the stored value of the given strong type.
|
|
template<detail::derived_from_strong_type strong_type_t>
struct seqan3::strong_type_printer< strong_type_t >
A strong type can be printed by printing its underlying value.
- Template Parameters
-
◆ operator()()
template<detail::derived_from_strong_type strong_type_t>
template<typename stream_t , typename arg_t >
Prints the stored value of the given strong type.
- Template Parameters
-
stream_t | The type of the stream. |
arg_t | The type of the argument. |
- Parameters
-
[in,out] | stream | The output stream. |
[in] | arg | The strong typed value to print. |
The documentation for this struct was generated from the following file: