std::move_iterator::base
STD:移动[医]迭代器::基本
Iterator base() const; | | (until C++17) |
---|---|---|
constexpr Iterator base() const; | | (since C++17) |
返回基础迭代器。
参数
%280%29
返回值
底层迭代器。
例外
%280%29
例
另见
operator*operator-> | accesses the pointed-to element (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。