Vertaling van "noexcept" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The noexcept specifier can now be used to specify that a function does not throw exceptions.
Le spécificateur noexcept peut désormais être utilisé pour spécifier qu'une fonction ne lève pas d'exception.
According to C++ 11, the noexcept specifier can be applied to
Conformément à C++ 11, le spécificateur noexcept peut être appliqué à
Editing cpp/utility/move if noexcept (section) -
Suivi des pages associées à « cpp/utility/move if noexcept » -
noexcept checks if an expression can throw an exception (desde C++11)
noexcept vérifie si une expression peut lancer une exception (depuis C++11)
(Theoretically, dynamic exception specifications on any destructors or deallocation functions would have had to be replaced with C++ 11-only noexcept(false), but there are none in any URE include files nor would cppumaker emit such.)
(Théoriquement, les spécifications d'exception dynamiques sur les destructeurs ou les fonctions de désallocation auraient dû être remplacées par noexcept (false), mais il n'y en a pas dans les fichiers URE inclus ni cppumaker.)
noexcept checks if an expression can throw an exception (alignof queries alignment requirements of a type (Deutsch English Español
noexcept vérifie si une expression peut lancer une exception (depuis C++11) alignof récupère les conditions d'alignement d'un type (depuis C++11)
noexcept The noexcept operator can now be used to check whether an expression might throw an exception.
noexcept L'opérateur noexcept peut désormais être utilisé pour voir si une expression lève une exception.
Information for "cpp/utility/move if noexcept" -