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