std::function::operator bool
De cppreference.com
< cpp | utility | functional | function
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
explicit operator bool() const; |
(depuis C++11) | |
Vérifie si *this stocke une cible appelable fonction, c'est à dire n'est pas vide .
Original:
Checks whether *this stores a callable function target, i.e. is not empty.
The text has been machine-translated via