Skip to content

Commit

Permalink
as_const_view : 表の調整
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Sep 6, 2023
1 parent f1b46a1 commit fa4faf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/ranges/as_const_view.md
Expand Up @@ -26,10 +26,10 @@ namespace std::ranges {
### Rangeコンセプト
| borrowed | sized | output | input | forward | bidirectional | random_access | contiguous | common | viewable | view |
|----------|-------|--------|-------|---------|---------------|---------------|------------|--------|----------|------|
| (1) | (1) | | ○ | (1) | (1) | (1) | (1) | (1) | ○ | ○ |
|:--------:|:-----:|:------:|:-----:|:-------:|:-------------:|:-------------:|:----------:|:------:|:--------:|:----:|
| | ※ | | ○ | | ※ | ※ | ※ | ※ | ○ | ○ |
- (1): `V`に従う
- : `V`に従う
## 効果
Expand Down

0 comments on commit fa4faf6

Please sign in to comment.