SeqAn3
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:
[legend]

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: