std__bad_cast.3
来自「Free C++ Standard Library」· 3 代码 · 共 73 行
3
73 行
.TH std::bad_cast 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-.ad l.nh.SH NAMEstd::bad_cast \- .SH SYNOPSIS.br.PPInherits \fBstd::exception\fR..PP.SS Public Members.in +1c.ti -1c.RI "\fBbad_cast\fR () throw()".br.ti -1c.RI "\fBbad_cast\fR (const bad_cast &bc) throw()".br.ti -1c.RI "bad_cast& \fBoperator=\fR (const bad_cast &bc) throw()".br.ti -1c.RI "virtual \fB~bad_cast\fR () throw()".br.ti -1c.RI "virtual const char* \fBwhat\fR () const throw()".br.in -1c.SH MEMBER FUNCTION DOCUMENTATION.PP .SS std::bad_cast::bad_cast () throw().PP.nf{.br }.fi.SS std::bad_cast::bad_cast (const bad_cast & bc) throw().PP.nf{.br.br }.fi.SS bad_cast & std::bad_cast::operator= (const bad_cast & bc) throw().PP.nf{.br return *this;.br }.fi.SS virtual std::bad_cast::~bad_cast () throw()\fC [virtual]\fR.PP.nf{.br }.fi.SS virtual const char * std::bad_cast::what () const throw()\fC [virtual]\fR.PP.nf{.br return implementation_defined_value;.br }.fi.PPReimplemented from \fBstd::exception\fR..SH AUTHOR.PP Generated automatically by Doxygen for FREE_C++_STANDARD_LIBRARY from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?