Dev Essential  1.6.3
Loading...
Searching...
No Matches
a_util::is_explicitly_convertible_to< T, U > Struct Template Reference

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 >.

Detailed Description

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
TThe to type
UThe from type
Author
Hunter Kohler here: https://stackoverflow.com/a/71563534

The documentation for this struct was generated from the following file: