ADTF  3.18.2
is_explicitly_convertible_to< T, U >

Checks if there is an explicitly defined conversion from U to T. More...

Inheritance diagram for is_explicitly_convertible_to< T, U >:
[legend]

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

Definition at line 125 of file type_traits.h.