SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
std::DefaultConstructible Interface Reference

The std::DefaultConstructible concept provides a shorthand for the common case when the question is whether a type can be constructed with no arguments. More...

+ Inheritance diagram for std::DefaultConstructible:

Detailed Description

The std::DefaultConstructible concept provides a shorthand for the common case when the question is whether a type can be constructed with no arguments.

See also
https://en.cppreference.com/w/cpp/concepts/DefaultConstructible

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