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

Helper utilities for defining customisation point objects (CPOs). More...

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

Go to the source code of this file.

Classes

struct  seqan3::detail::customisation_point_object< derived_t, max_priority >
 A CRTP base-class that defines a customisation_point_object (CPO). More...
 
struct  seqan3::detail::priority_tag< I >
 A tag that allows controlled overload resolution via implicit base conversion rules. More...
 
struct  seqan3::detail::priority_tag< 0 >
 Recursion anchor for seqan3::detail::priority_tag. More...
 

Namespaces

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

Macros

#define SEQAN3_CPO_OVERLOAD(...)   cpo_overload(__VA_ARGS__) SEQAN3_CPO_OVERLOAD_BODY
 A macro that helps to define a seqan3::detail::customisation_point_object.
 
#define SEQAN3_CPO_OVERLOAD_BODY(...)
 A macro helper for SEQAN3_CPO_OVERLOAD.
 

Detailed Description

Helper utilities for defining customisation point objects (CPOs).

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me