Simple-Utility v2.3.1
|
Checks whether a type is explicit convertible to another and does not throw. More...
#include <stl_extensions.hpp>
Checks whether a type is explicit convertible to another and does not throw.
This is a less restrictive version of the std::convertible_to
concept, but with additional noexcept check.
TFrom | The source type. |
TTo | The target type. |