SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
unary_type_trait Interface Reference

Concept for a unary traits type. More...

#include <seqan3/core/type_traits/concept.hpp>

+ Inheritance diagram for unary_type_trait:

Detailed Description

Concept for a unary traits type.

An object is a unary traits type if it is derived from std::integral_constant.


The documentation for this interface was generated from the following file: