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 ;
(C++11以降)

オブジェクトに関連付けられたアロケータを返します。

パラメータ

(なし)

戻り値

関連付けられたアロケータ。

計算量

定数。