SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
deferred_crtp_base.hpp File Reference

Provides seqan3::detail::deferred_crtp_base. More...

+ Include dependency graph for deferred_crtp_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::detail::deferred_crtp_base< crtp_base, args_t >
 An invocable wrapper that defers the instantiation of a crtp_base class. More...
 
struct  seqan3::detail::deferred_crtp_base_vargs< crtp_base, args >
 An invocable wrapper that defers the instantiation of a crtp_base class. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Typedefs

template<typename deferred_crtp_base_t , typename derived_t >
using seqan3::detail::invoke_deferred_crtp_base = typename deferred_crtp_base_t::template invoke< derived_t >
 Template alias to instantiate the deferred crtp base with the derived class.
 

Detailed Description

Provides seqan3::detail::deferred_crtp_base.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me