.TH "std::derived_from" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::derived_from \- [concept\&.derived], concept derived_from .SH SYNOPSIS .br .PP .SH "Concept definition" .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 .PP Definition at line \fB67\fP of file \fBconcepts\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.