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

The std::default_constructible 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 default_constructible:

Detailed Description

The std::default_constructible 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/default_constructible

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