Translations:Development/Tutorials/Common Programming Mistakes/63/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Você só pode converter com dynamic_cast de um tipo T de um tipo fornecido T2 que:")
(No difference)

Revision as of 20:39, 6 February 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Common Programming Mistakes)
You can only dynamic_cast to type T from type T2 provided 
that:

Você só pode converter com dynamic_cast de um tipo T de um tipo fornecido T2 que: