.TH "std::derived_from" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::derived_from \- [concept\&.derived], concept derived_from .SH SYNOPSIS .br .PP .PP \fC#include \fP .SH "Concept definition" .PP .PP .nf template concept std::derived_from = __is_base_of(_Base, _Derived) && is_convertible_v .fi .SH "Detailed Description" .PP [concept\&.derived], concept derived_from .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.