Range-v3
Range algorithms, views, and actions for the Standard Library
concepts::defs::derived_from Concept Reference

The derived_from concept. More...

#include <concepts/concepts.hpp>

Concept definition

template<typename T, typename U>
std::is_base_of< U, T >::value &&
concepts::derived_from_ < T, U >
The derived_from concept.
Definition: concepts.hpp:902

Detailed Description

The derived_from concept.