|
using | difference_type = iter_difference_t< O > |
|
|
| raw_storage_iterator (O out) |
|
raw_storage_iterator & | operator* () noexcept |
|
CPP_member auto | operator= (Val const &val) -> CPP_ret(raw_storage_iterator &)(requires copy_constructible< Val >) |
|
CPP_member auto | operator= (Val &&val) -> CPP_ret(raw_storage_iterator &)(requires move_constructible< Val >) |
|
raw_storage_iterator & | operator++ () |
|
CPP_member auto | operator++ (int) -> CPP_ret(void)(requires(!forward_iterator< O >)) |
|
CPP_member auto | operator++ (int) -> CPP_ret(raw_storage_iterator)(requires forward_iterator< O >) |
|
O | base () const |
|
The documentation for this struct was generated from the following file: