Checks if there is an explicitly defined conversion from U to T.
More...
#include <type_traits.h>
Inherits detail::is_explicitly_convertible_to_impl< T, U >.
template<class T, class U>
struct a_util::is_explicitly_convertible_to< T, U >
Checks if there is an explicitly defined conversion from U to T.
- Template Parameters
-
| T | The to type |
| U | The from type |
- Author
- Hunter Kohler here: https://stackoverflow.com/a/71563534
- Copyright
- CC BY-SA 4.0 (See: [What is the license for the content I post?] (https://stackoverflow.com/help/licensing))
The documentation for this struct was generated from the following file: