Laboratorio 5
O objetivo deste exercício é colocar em prática conceitos de containers, iteradores e algoritmos da STL (StandardTemplateLibrary)nalinguagemdeprogramaçãoC++.
Public Member Functions | List of all members
MaiorQue Class Reference

Functor MajorQue returns true if a given number is the greatest. More...

#include <cmedia.h>

Public Member Functions

 MaiorQue (int n)
 
bool operator() (int n) const
 

Detailed Description

Functor MajorQue returns true if a given number is the greatest.

Definition at line 8 of file cmedia.h.


The documentation for this class was generated from the following file: