Range-v3
Range algorithms, views, and actions for the Standard Library
Public Member Functions
|
List of all members
ranges::v3::convert_to< T > Struct Template Reference
Utility
Public Member Functions
template<typename U , requires = (std::is_constructible<T, U>::value)>
constexpr auto
operator()
(U &&u) const noexcept(noexcept(decltype(static_cast< T >((U &&) u))(static_cast< T >((U &&) u)))) -> decltype(static_cast< T >((U &&) u))
ranges
v3
convert_to
Generated by
1.8.10