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

来自cppreference.com
< cpp‎ | regex‎ | match results
allocator_type get_allocator()const;
(C++11 起)

返回与对象关联的分配器。

[编辑]参数

(无)

[编辑]返回值

关联的分配器。

[编辑]复杂度

常数。

close