Simple-Utility v2.3.1
|
Checks whether a type is explicit convertible to another. More...
#include <stl_extensions.hpp>
Checks whether a type is explicit convertible to another.
This is a less restrictive version of the std::convertible_to
concept.
TFrom | The source type. |
TTo | The target type. |