Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Remove size_t conversion operator for Shape concept
Browse files Browse the repository at this point in the history
  • Loading branch information
c0riolis committed Nov 20, 2020
1 parent eb79d53 commit 5b5967f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/extended_api/concepts/shape.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@ parent: Concepts

# Shape

```c++
struct Shape {
operator size_t() const;
};
```
The _Shape concept_ defines the requirements of a type that represents a byte extent with a particular memory layout.

## Member functions
| operator size_t | implicit conversion to [`size_t`](https://en.cppreference.com/w/cpp/types/size_t) |
## Notes

This concept is defined for documentation purposes but is not materialized in the library.
Expand Down

0 comments on commit 5b5967f

Please sign in to comment.