|
SeqAn3 3.4.3-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::deferred_crtp_base. More...
#include <seqan3/core/platform.hpp>
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. | |
Provides seqan3::detail::deferred_crtp_base.