---
title: end
description: "获取SVector尾元素地址。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendtb/ascendtb_01_0022.html
sourcePath: /source/zh/canncommercial/900/API/ascendtb/ascendtb_01_0022.html
indexId: fc87403d101daeaab2fdfa23c650b31a6108bb153ce08454fec17ea6f286691764
---
# end

#### 功能说明

获取SVector尾元素地址。


#### 定义

```
T *end() noexcept
const T *end() const noexcept
```


#### 返回值说明

| 类型 | 输入/输出 | 说明 |
| --- | --- | --- |
| T \* | 输出 | SVector尾部指针。 |
