std::match_results<BidirIt,Alloc>::get_allocator
提供: cppreference.com
<tbody>
</tbody>
allocator_type get_allocator() const; |
(C++11以上) | |
オブジェクトに紐付けられているアロケータを返します。
引数
(なし)
戻り値
紐付けられているアロケータ。
計算量
一定。