Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::convert_to< T > Member List

This is the complete list of members for ranges::v3::convert_to< T >, including all inherited members.

operator()(U &&u) const noexcept(noexcept(decltype(static_cast< T >((U &&) u))(static_cast< T >((U &&) u)))) -> decltype(static_cast< T >((U &&) u)) (defined in ranges::v3::convert_to< T >)ranges::v3::convert_to< T >