function
<ranges>
std::ranges::empty_view::end(C++20)
static constexpr T* end() noexcept; // (1) C++20
概要
番兵を取得する。
戻り値
return nullptr;
バージョン
言語
- C++20
処理系
- Clang: 13.0.0 ✅
- GCC: 10.1.0 ✅
- ICC: ?
- Visual C++: 2019 Update 10 ✅
static constexpr T* end() noexcept; // (1) C++20
番兵を取得する。
return nullptr;