Correction du TD 5. More...
#include <typeinfo>
Go to the source code of this file.
Namespaces | |
namespace | my_lib |
Ma petite bibliothèque perso. | |
Functions | |
template<typename T , typename U > | |
bool | my_lib::instanceof (const U &val) |
Teste la compatibilité d'un objet avec un type. |
Correction du TD 5.
Ex 1: Ce fichier contient la définition de la fonction instanceof
Definition in file instanceof.hh.