Condividi tramite


functional (STL/CLR)

Includere l'intestazione <cliext/functional> STL/CLR per definire le varie classi modello e delegati correlati e funzioni del modello.

#include <functional>

Dichiarazioni

Delegato

Descrizione

binary_delegate (STL/CLR)

Delegato a due argomenti.

binary_delegate_noreturn (STL/CLR)

Delegato a due argomenti che restituisce void.

unary_delegate (STL/CLR)

Delegato dell'Un-argomento.

unary_delegate_noreturn (STL/CLR)

Delegato dell'Un-argomento che restituisce void.

Classe

Descrizione

binary_negate (STL/CLR)

Functor per negare un functor a due argomenti.

binder1st (STL/CLR)

Functor per associare primo argomento di un functor a due argomenti.

binder2nd (STL/CLR)

Functor per associare come argomento a un functor a due argomenti.

divides (STL/CLR)

Functor di divisione fra.

equal_to (STL/CLR)

Functor uguale di confronto.

greater (STL/CLR)

Maggiore functor di confronto.

greater_equal (STL/CLR)

Maggiore o uguale functor di confronto.

less (STL/CLR)

Meno functor di confronto.

less_equal (STL/CLR)

Minore o uguale functor di confronto.

logical_and (STL/CLR)

AND logico functor.

logical_not (STL/CLR)

NOT functor logico.

logical_or (STL/CLR)

OR logico functor.

minus (STL/CLR)

Sottrarre il functor.

modulus (STL/CLR)

Functor di modulo.

multiplies (STL/CLR)

Moltiplicare il functor.

negate (STL/CLR)

Functor restituire il relativo argomento negata.

not_equal_to (STL/CLR)

Functor diverso di confronto.

plus (STL/CLR)

Aggiungere il functor.

unary_negate (STL/CLR)

Functor per negare un functor dell'un-argomento.

Funzione

Descrizione

bind1st (STL/CLR)

Genera un binder1st per un argomento e un functor.

bind2nd (STL/CLR)

Genera un binder2nd per un argomento e un functor.

not1 (STL/CLR)

Genera un unary_negate per un functor.

not1 (STL/CLR)

Genera un binary_negate per un functor.

Requisiti

intestazione: <cliext/funzionale>

Cliext diSpazio dei nomi:

Vedere anche

Altre risorse

Riferimenti alla libreria STL/CLR