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

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

+ Inheritance diagram for constructible_from:

Detailed Description

The std::constructible_from 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_from

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