Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::convert_to< T > Struct Template Reference

Public Member Functions

template<typename U >
constexpr auto operator() (U &&u) const noexcept(noexcept(static_cast< T >((U &&) u))) -> decltype(static_cast< T >((U &&) u))