SeqAn3
std::Constructible Interface Reference

The std::Constructible concept specifies that a variable of type T can be initialized with the given set of argument types Args.... More...

Inheritance diagram for std::Constructible:
[legend]

Detailed Description

The std::Constructible concept specifies that a variable of type T can be initialized with the given set of argument types Args....

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

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