36 for (
const auto& item : Count)
38 std::cout << item.first <<
" :: " << item.second <<
"\n";
44 for (
const auto& item : Set)
46 std::cout << item <<
"\t";
La clase tipo Pds::Matrix . Esta clase genera una matriz de Nlin lineas y Ncol columnas....
std::set< int > IntegerSet(void) const
Set de elementos enteros.
std::map< int, unsigned int > IntegerCount(void) const
Cuenta la cantidad de elementos enteros.