Home | History | Annotate | Download | only in docs

Lines Matching full:dynamic_cast

106 templates have many similarities to the C++ ``dynamic_cast<>`` operator, but
108 ``dynamic_cast<>`` only works on classes that have a v-table). Because they are
146 the ``dynamic_cast<>`` operator in C++, and should be used in the same
160 Note that the ``dyn_cast<>`` operator, like C++'s ``dynamic_cast<>`` or Java's