Since we don't store something, the view() method needs to be given something it can return.
| 318 | // Since we don't store something, the view() method needs to be |
| 319 | // given something it can return. |
| 320 | constexpr T view(T t) const noexcept { return t; } |
| 321 | }; |
| 322 | |
| 323 | // pinned |
no outgoing calls
no test coverage detected