SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
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:

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: