Namespaces
Variants

std::match_results<BidirIt,Alloc>:: get_allocator

From cppreference.net
Regular expressions library
Classes
(C++11)
Algorithms
Iterators
Exceptions
Traits
Constants
(C++11)
Regex Grammar
allocator_type get_allocator ( ) const ;
(depuis C++11)

Retourne l'allocateur associé à l'objet.

Paramètres

(aucun)

Valeur de retour

L'allocateur associé.

Complexité

Constante.