SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::multi_invocable< invocable_ts > Struct Template Reference

A type that can conveniently inherit multiple invocables and acts as a union over them. More...

#include <seqan3/utility/detail/multi_invocable.hpp>

+ Inheritance diagram for seqan3::detail::multi_invocable< invocable_ts >:

Detailed Description

template<typename... invocable_ts>
struct seqan3::detail::multi_invocable< invocable_ts >

A type that can conveniently inherit multiple invocables and acts as a union over them.

Template Parameters
invocable_tsThe types to inherit from.

The documentation for this struct was generated from the following file:
Hide me