A trait type that is true when From is nothrow-convertible to To.
Declared in <folly/Traits.h>
template<
typename From,
typename To>
struct is_nothrow_convertible
: std::bool_constant<is_nothrow_convertible_v<From, To>>
| Name | Description |
|---|---|
std::bool_constant<is_nothrow_convertible_v<From, To>> |