|
|
using | value_type = Type |
| |
|
using | pointer = Type * |
| |
|
using | reference = Type & |
| |
|
|
constexpr | input_iterator_pointer (value_type &&value) noexcept(std::is_nothrow_move_constructible_v< value_type >) |
| |
|
constexpr auto | operator-> () noexcept -> pointer |
| |
|
constexpr auto | operator* () noexcept -> reference |
| |
The documentation for this class was generated from the following file: