3#ifndef TETL_TYPE_TRAITS_IS_NOTHROW_CONVERTIBLE_HPP
4#define TETL_TYPE_TRAITS_IS_NOTHROW_CONVERTIBLE_HPP
15template <
typename From,
typename To>
18template <
typename From,
typename To>
20 static_cast<To (*)()
>(
nullptr);
25template <
typename From,
typename To>
Definition adjacent_find.hpp:8
auto declval() noexcept -> add_rvalue_reference_t< T >
bool_constant< true > true_type
Definition bool_constant.hpp:13
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
constexpr bool is_nothrow_convertible_v
Definition is_nothrow_convertible.hpp:26
static constexpr bool value
Definition integral_constant.hpp:10
Definition is_nothrow_convertible.hpp:16