Simple-Utility v2.3.1
|
Checks whether the target type is constructible from the source type. More...
#include <stl_extensions.hpp>
Checks whether the target type is constructible from the source type.
This is the symmetrical counterpart of std::constructible_from
concept with a single constructor argument.
TSource | The source type handed over to the constructor of the target |
TTarget | The target type to check |