Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::concepts::Convertible Struct Reference

Public Member Functions

template<typename T , typename U >
auto requires_ (T &&, U &&) -> decltype(concepts::valid_expr(concepts::is_true(std::is_convertible< T, U >