[ Web Proxy ]
URL:
Viewing: https://fr.cppreference.com/cpp/utility/functional/function/target_type [Back]  [Original]

std::function::target_type cppreference.com
cppreference.com
Espaces de noms
Variantes

std::function::target_type

De cppreference.com

<metanoindex/>

 
 
 
Objets Function
Emballages de fonction
Original:
Function wrappers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
function (C++11)
mem_fn (C++11)
bad_function_call (C++11)
Lier
Original:
Bind
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
bind (C++11)
is_bind_expression (C++11)
is_placeholder (C++11)
_1, _2, _3, ... (C++11)
Emballages de rfrence
Original:
Reference wrappers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
reference_wrapper (C++11)
ref
cref
(C++11)
(C++11)
Emballages oprateur
Original:
Operator wrappers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Ngateurs
Original:
Negators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Obsolte liants et des adaptateurs
Original:
Deprecated binders and adaptors
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unary_function (obsolte)
binary_function (obsolte)
ptr_fun (obsolte)
pointer_to_unary_function (obsolte)
pointer_to_binary_function (obsolte)
mem_fun (obsolte)
mem_fun_t
mem_fun1_t
const_mem_fun_t
const_mem_fun1_t
(obsolte)
(obsolte)
(obsolte)
(obsolte)
mem_fun_ref (obsolte)
mem_fun_ref_t
mem_fun1_ref_t
const_mem_fun_ref_t
const_mem_fun1_ref_t
(obsolte)
(obsolte)
(obsolte)
(obsolte)
binder1st
binder2nd
(obsolte)
(obsolte)
bind1st
bind2nd
(obsolte)
(obsolte)
 
std::function
Les fonctions membres
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
function::function
function::~function
function::operator=
function::swap
function::assign
function::operator bool
function::operator()
function::target_type
function::target
Tiers fonctions
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
operator==
operator!=
std::swap(std::function)
Classes d'aide
Original:
Helper classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
std::uses_allocator<std::function>
 
<tbody> </tbody>
const std::type_info& target_type() const;
(depuis C++11)
Retourne le type de la fonction mmoris .
Original:
Returns the type of the stored function.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramtres

(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

typeid(T) si la fonction stocke a T type, sinon typeid(void)
Original:
typeid(T) if the stored function has type T, otherwise typeid(void)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exceptions

noexcept specification:  
<tbody> </tbody>
noexcept
   (depuis C++11)

Exemple

Voir aussi

retourne le typeid de la cible stocke par l'instance
(fonction membre publique) [edit]

Web Proxy Viewer  |  New URL  |  Original Page