std::match_results<BidirIt,Alloc>::get_allocator
来自cppreference.com
< cpp | regex | match results
正则表达式库
类 | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
算法 | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
迭代器 | ||||
(C++11)
|
||||
(C++11)
|
||||
异常 | ||||
(C++11)
|
||||
特性 | ||||
(C++11)
|
||||
常量 | ||||
(C++11)
|
||||
(C++11)
|
||||
(C++11)
|
||||
正则表达式文法 | ||||
(C++11)
|
std::match_results
成员函数 | ||||
match_results::get_allocator
|
||||
状态 | ||||
成员访问 | ||||
迭代器 | ||||
格式 | ||||
修改器 | ||||
非成员函数 | ||||
(C++20
前)
|
||||
allocator_type
get_allocator()
const;
|
(C++11 起) | |
返回与对象关联的分配器。
参数
(无)
返回值
关联的分配器。
复杂度
常数。