.TH "std::is_pointer_interconvertible_base_of< _Base, _Derived >" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::is_pointer_interconvertible_base_of< _Base, _Derived > \- True if \fC_Derived\fP is standard-layout and has a base class of type \fC_Base\fP  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <type_traits>\fP
.PP
Inherits bool_constant< __is_pointer_interconvertible_base_of(_Base, _Derived)>\&.
.SH "Detailed Description"
.PP 

.SS "template<\fBtypename\fP _Base, \fBtypename\fP \fB_Derived\fP>
.br
struct std::is_pointer_interconvertible_base_of< _Base, _Derived >"True if \fC_Derived\fP is standard-layout and has a base class of type \fC_Base\fP 


.PP
\fBSince\fP
.RS 4
C++20 
.RE
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.