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부터)

객체와 연결된 할당자를 반환합니다.

매개변수

(없음)

반환값

연관된 할당자.

복잡도

상수.