Range-v3
Range algorithms, views, and actions for the Standard Library
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
ranges::v3::concepts::DerivedFrom Struct Reference

Public Member Functions

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